- Timestamp:
- 10/30/08 17:02:39 (2 months ago)
- Files:
-
- 1 modified
-
t/spec/S29-str/split-simple.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S29-str/split-simple.t
r22555 r22825 57 57 # (confirmed by perl 5) 58 58 59 #?rakudo skip 'split with zero-width assertions'60 #?DOES 261 {62 59 split_test 'ab34d5z'.split(/<before \d>/), <ab 3 4d 5z>, 'split with zero-width assertions'; 63 }64 60 65 61 # As per Larry, ''.split('') is the empty list
