Changeset 22825 for t

Show
Ignore:
Timestamp:
10/30/08 17:02:39 (2 months ago)
Author:
moritz
Message:

[t/spec] unfudge now passing test for Str.split with zero-width matches

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S29-str/split-simple.t

    r22555 r22825  
    5757#  (confirmed by perl 5) 
    5858 
    59 #?rakudo skip 'split with zero-width assertions' 
    60 #?DOES 2 
    61 { 
    6259split_test 'ab34d5z'.split(/<before \d>/), <ab 3 4d 5z>, 'split with zero-width assertions'; 
    63 } 
    6460 
    6561# As per Larry, ''.split('') is the empty list