Skip to content

Commit

Permalink
Add note that :$eager param is not used and needs to be cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Dec 21, 2016
1 parent df0b1a7 commit afef07e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions S32-str/lines.t
Expand Up @@ -7,6 +7,13 @@ use Test::Util;

plan 48;

##############################################################
####
#### XXX TODO .lines does not take an $eager param so these
#### tests needs to stop testing using it
####
##############################################################

for False, True -> $eager {
is "a\nb\n\nc".lines(:$eager).join('|'),
'a|b||c', 'LF .lines without trailing';
Expand Down

0 comments on commit afef07e

Please sign in to comment.