Skip to content

Commit

Permalink
RT #80332, argumentless [+]
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Mar 31, 2012
1 parent ca3a210 commit d0e7707
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions S03-metaops/reduce.t
Expand Up @@ -357,6 +357,9 @@ ok [+](1..10) + 0 == ([+] 1..10) + 0,
# RT #76758
ok [+](1, 2, 3) / 2 == 3, '[+] is a normal listop';

# RT #80332
ok ([+]) == 0, 'argumentless [+] parses';

# RT #99942
{
sub rt99942 { [+] @_ };
Expand Down

0 comments on commit d0e7707

Please sign in to comment.