X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/31a9cb9dbe9eb562576f69b77676e880781ed332..ada964d139eb652502bbdec96adf8634e49d8872:/t/structure/common_errors.t diff --git a/t/structure/common_errors.t b/t/structure/common_errors.t index 6e73070b1..c23c6b480 100644 --- a/t/structure/common_errors.t +++ b/t/structure/common_errors.t @@ -32,7 +32,7 @@ my @testitems = @Support::Files::testitems; my @common_errors = ([ '^\s*my\s+%[a-z0-9_]+\s*=\s*shift' ], [ '^\s*my\s+\(.*\)\s*=\s*shift' ], - [ '^\s*my\s+\$.*\s*=\s*@_' ], + [ '^\s*my\s+\$[^=]*=\s*@_' ], [ '@[a-z0-9_]+->' ], [ 'uft8' ], [ '\$slef' ],