Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix because <a b c> does not flatten inside []
  • Loading branch information
lizmat committed Aug 16, 2015
1 parent 59bc6a6 commit 1c77dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S17-supply/lines.t
Expand Up @@ -46,7 +46,7 @@ for ThreadPoolScheduler.new, CurrentThreadScheduler -> $*SCHEDULER {
{
my $s = Supply.new;
tap-ok $s.lines,
[<a b c d>, '', 'eeee'],
['a','b','c','d', '', 'eeee'],
"handle chunked lines",
:after-tap( {
$s.emit( "a\nb\r" );
Expand Down

0 comments on commit 1c77dca

Please sign in to comment.