summaryrefslogtreecommitdiff
path: root/t/op/misc.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-29 00:36:06 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-29 00:36:06 +0000
commit585602face2fbfab449f8ea9c11aa2d71e51b267 (patch)
tree9e988d8cf4de81c510faa2d36dec7dd1d1d503cf /t/op/misc.t
parent355860cee8d59b8c0f2cb04b149d96a34a9015ff (diff)
downloadperl-585602face2fbfab449f8ea9c11aa2d71e51b267.tar.gz
Add a test for 20010528.007, fixed in #10272.
p4raw-id: //depot/perl@10273
Diffstat (limited to 't/op/misc.t')
-rwxr-xr-xt/op/misc.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/op/misc.t b/t/op/misc.t
index 92489306a8..90df19a420 100755
--- a/t/op/misc.t
+++ b/t/op/misc.t
@@ -688,3 +688,9 @@ ok
EXPECT
syntax error at - line 2, near "${}"
Execution of - aborted due to compilation errors.
+########
+# Bug 20010528.007
+"\x{"
+EXPECT
+Missing right brace on \x{} at - line 2, within string
+Execution of - aborted due to compilation errors.