projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
65811bc
)
The #10251 wasn't quite up-to-the-code.
Jarkko Hietaniemi [Mon, 28 May 2001 15:27:49 +0000 (15:27 +0000)]
p4raw-id: //depot/perl@10254
t/op/misc.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/misc.t
b/t/op/misc.t
index
931e6b3
..
9248930
100755
(executable)
--- a/
t/op/misc.t
+++ b/
t/op/misc.t
@@
-686,6
+686,5
@@
ok
# Bug 20010422.005
{s//${}/; //}
EXPECT
-syntax error at - line 2, near "${"
-syntax error at - line 2, near "//}"
+syntax error at - line 2, near "${}"
Execution of - aborted due to compilation errors.