projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e49a965
)
Re: [ID 20010506.041] segfault when matching utf8 string
Hugo van der Sanden [Fri, 25 May 2001 02:13:25 +0000 (
03:13
+0100)]
Message-Id: <
200105250113
.CAA23158@crypt.compulink.co.uk>
p4raw-id: //depot/perl@10207
t/op/misc.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/misc.t
b/t/op/misc.t
index
c791f15
..
e3927a3
100755
(executable)
--- a/
t/op/misc.t
+++ b/
t/op/misc.t
@@
-677,3
+677,8
@@
sub bad {
}
EXPECT
OK
+########
+# Bug 20010506.041
+"abcd\x{1234}" =~ /(a)(b[c])(d+)?/i and print "ok\n";
+EXPECT
+ok