Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
RT #79162: two terms in a row error message
  • Loading branch information
moritz committed Jan 4, 2013
1 parent 06074b4 commit 6d4ae89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions S32-exceptions/misc.t
Expand Up @@ -310,4 +310,8 @@ try {
}
ok $! ~~ X::NoDispatcher, 'nextsame in proto';

# probably not quite spec, but good enough for now
# RT #79162
throws_like '["a" "b"]', X::Syntax::Confused, reason => 'Two terms in a row';

done;

0 comments on commit 6d4ae89

Please sign in to comment.