Skip to content

Commit

Permalink
test assumes [] bug, change to <>
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Feb 25, 2014
1 parent 13d65fe commit 20f286c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-metaops/reduce.t
Expand Up @@ -379,7 +379,7 @@ ok ([+]) == 0, 'argumentless [+] parses';
# RT #67064
#?niecza skip "reduce is not supposed to flatten?"
{
is(([X~] [<a b>] xx 3), <aaa aab aba abb baa bab bba bbb>, 'reduce with X');
is(([X~] <a b>, <a b>, <a b>), <aaa aab aba abb baa bab bba bbb>, 'reduce with X');
}

done;
Expand Down

0 comments on commit 20f286c

Please sign in to comment.