summaryrefslogtreecommitdiff
path: root/t/op/misc.t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-03-26 01:30:25 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-03-26 01:30:25 +0000
commitd98d5fffa337682ca6cac752b32ff55e863a53a0 (patch)
tree5646cc0346e5300e94342be857a116e70c22528d /t/op/misc.t
parenta7ae9550f26a080556f67048e2697d3c5a20f9f4 (diff)
downloadperl-d98d5fffa337682ca6cac752b32ff55e863a53a0.tar.gz
specify type of bracket in "Unmatched bracket" diagnostic;
prefer 'brace' or 'curly bracket' over 'curly brace' p4raw-id: //depot/perl@3170
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 48e22f6405..8281bf0e77 100755
--- a/t/op/misc.t
+++ b/t/op/misc.t
@@ -349,7 +349,7 @@ Sequence (?{...}) not terminated or not {}-balanced at - line 1, within pattern
########
/(?{"{"}})/ # Check it outside of eval too
EXPECT
-Unmatched right bracket at (re_eval 1) line 1, at end of line
+Unmatched right curly bracket at (re_eval 1) line 1, at end of line
syntax error at (re_eval 1) line 1, near ""{"}"
Compilation failed in regexp at - line 1.
########