projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7235ff2
)
Comment tweak.
Jarkko Hietaniemi [Tue, 4 Feb 2003 06:35:51 +0000 (06:35 +0000)]
p4raw-id: //depot/perl@18652
t/op/pat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/pat.t
b/t/op/pat.t
index
360892b
..
5ac1dc1
100755
(executable)
--- a/
t/op/pat.t
+++ b/
t/op/pat.t
@@
-3090,6
+3090,5
@@
ok("bbbbac" =~ /$pattern/ && $1 eq 'a', "[perl #3547]");
ok( $1 ne "\xC4\x80", '$1 is not non-utf-8' );
}
-# last test 984
-
+# last test 986