projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3914f56
)
Fix new tests
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 10 Apr 2007 06:46:54 +0000
(06:46 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 10 Apr 2007 06:46:54 +0000
(06:46 +0000)
p4raw-id: //depot/perl@30882
t/op/pat.t
patch
|
blob
|
history
diff --git
a/t/op/pat.t
b/t/op/pat.t
index
5512b2b
..
1af8fb3
100755
(executable)
--- a/
t/op/pat.t
+++ b/
t/op/pat.t
@@
-4416,7
+4416,7
@@
ok($@=~/\QSequence \k... not terminated in regex;\E/);
my $_ = "aoeu \xe6var ook";
/^ \w+ \s (?<eek>\S+)/x;
- iseq( length($`),
4
, 'length $`' );
+ iseq( length($`),
0
, 'length $`' );
iseq( length($'), 4, q[length $'] );
iseq( length($&), 9, 'length $&' );
iseq( length($1), 4, 'length $1' );