Fix new tests
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 10 Apr 2007 06:46:54 +0000 (06:46 +0000)
committerRafael 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

index 5512b2b..1af8fb3 100755 (executable)
@@ -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' );