X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/31a9cb9dbe9eb562576f69b77676e880781ed332..7b6bd910c6cd21341c5e2fd8cf72dd42c1b903e5:/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' ],