diff options
author | Ronald J. Kimball <rjk@linguist.dartmouth.edu> | 2001-05-16 09:04:43 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-16 18:00:00 +0000 |
commit | 7253e4e3a1f0c024bb2c5e2cff0df31194419994 (patch) | |
tree | 519fc997f2dc3515b979a8e2538ca3bb574c14de /t/op/misc.t | |
parent | 7feaa10c2dd3d47e3f70d856ee0a90782bd604fa (diff) | |
download | perl-7253e4e3a1f0c024bb2c5e2cff0df31194419994.tar.gz |
Re: [PATCH] HERE mark in regex
Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
p4raw-id: //depot/perl@10136
Diffstat (limited to 't/op/misc.t')
-rwxr-xr-x | t/op/misc.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/misc.t b/t/op/misc.t index 730e661912..8c45342cac 100755 --- a/t/op/misc.t +++ b/t/op/misc.t @@ -358,7 +358,7 @@ print "you die joe!\n" unless "@x" eq 'x y z'; /(?{"{"})/ # Check it outside of eval too EXPECT Sequence (?{...}) not terminated or not {}-balanced at - line 1, within pattern -Sequence (?{...}) not terminated or not {}-balanced before HERE mark in regex m/(?{ << HERE "{"})/ at - line 1. +Sequence (?{...}) not terminated or not {}-balanced in regex; marked by <-- HERE in m/(?{ <-- HERE "{"})/ at - line 1. ######## /(?{"{"}})/ # Check it outside of eval too EXPECT |