summaryrefslogtreecommitdiffstats
path: root/t/errors.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-10 18:17:03 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-10 18:21:52 -0400
commita55b2a20f72b216066b59557846f9fec06dbf984 (patch)
tree8828f3b156ce6669eb9ebf608701b4b9f4253b11 /t/errors.t
parentfb4fd3f3c24529bc2a63b0e67822a19450ec8dc6 (diff)
downloadeval-closure-a55b2a20f72b216066b59557846f9fec06dbf984.tar.gz
eval-closure-a55b2a20f72b216066b59557846f9fec06dbf984.zip
support lexical subs with the '&' sigil
Diffstat (limited to 't/errors.t')
-rw-r--r--t/errors.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/errors.t b/t/errors.t
index 905d6c8..3f0cde2 100644
--- a/t/errors.t
+++ b/t/errors.t
@@ -31,7 +31,7 @@ like(
environment => { 'foo' => \1 },
)
},
- qr/should start with \@, \%, or \$/,
+ qr/should start with \@, \%,/,
"error from malformed env"
);