summaryrefslogtreecommitdiff
path: root/t/op/misc.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-17 00:51:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-17 00:51:49 +0000
commit79eeca274c358bbc6dfc41f18a8cb0c37b1b4384 (patch)
tree16580ff45f2ee1a97a3d06da637c452eca77f3fe /t/op/misc.t
parentec00bdd859a5ba69406f936bdf567b5b883c98d8 (diff)
downloadperl-79eeca274c358bbc6dfc41f18a8cb0c37b1b4384.tar.gz
Tweak the regex compilation errors once more.
p4raw-id: //depot/perl@6663
Diffstat (limited to 't/op/misc.t')
-rwxr-xr-xt/op/misc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/misc.t b/t/op/misc.t
index e15b6535dd..39719b474c 100755
--- a/t/op/misc.t
+++ b/t/op/misc.t
@@ -346,7 +346,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 at =HERE= mark in regex m/(?{ ===HERE=== "{"})/ at - line 1.
+Sequence (?{...}) not terminated or not {}-balanced before HERE mark in regex m/(?{ << HERE "{"})/ at - line 1.
########
/(?{"{"}})/ # Check it outside of eval too
EXPECT