support lexical subs with the '&' sigil
[gitmo/Eval-Closure.git] / t / errors.t
index 905d6c8..3f0cde2 100644 (file)
@@ -31,7 +31,7 @@ like(
             environment => { 'foo' => \1 },
         )
     },
-    qr/should start with \@, \%, or \$/,
+    qr/should start with \@, \%,/,
     "error from malformed env"
 );