diff --git a/S32-str/lines.t b/S32-str/lines.t index 0998f9d4f8..3f4b2f6201 100644 --- a/S32-str/lines.t +++ b/S32-str/lines.t @@ -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';