Changeset 22555 for t

Show
Ignore:
Timestamp:
10/09/08 18:16:37 (6 weeks ago)
Author:
moritz
Message:

[t/spec] unfudge passing tests in split-simple.t

Files:
1 modified

Legend:

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

    r22515 r22555  
    3333# Limit tests 
    3434#?DOES 4 
    35 #?rakudo skip 'split with limit of 0 or 1 - pending p6l clarification' 
    3635{ 
    3736split_test 'theXbigXbang'.split(/X/, -1), <>, 'Negative limit returns empty List';