Skip to content

Commit

Permalink
Fudge some more tests for \r\n for JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Dec 7, 2015
1 parent b517276 commit 9800a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-str/lines.t
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ for False, True -> $eager {
is "a\rb\r\rc\r".lines(2,:$eager).join('|'),
'a|b', 'CR .lines with limit';

#?rakudo.jvm 5 todo '\r\n not yet handled as grapheme'
is "a\r\nb\r\n\r\nc".lines(:$eager).join('|'), 'a|b||c',
'CRLF .lines without trailing';
is "a\r\nb\r\n\r\nc\r\n".lines(:$eager).join('|'), 'a|b||c',
Expand Down

0 comments on commit 9800a63

Please sign in to comment.