Skip to content

Commit

Permalink
Fudge parse error for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 5, 2013
1 parent b240fbf commit 5b439fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S02-lexical-conventions/unspace.t
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ eval_dies_ok('sub f { 3 } sub g { 3 }', 'semicolon or newline required between b

# L<S02/"Bracketing Characters"/"U+301D codepoint has two closing alternatives">
#?niecza skip 'Unable to resolve method id in class Str'
#?rakudo skip 'parse error'
is((foo\#`〝 comment 〞.id), 'a', 'unspace with U+301D/U+301E comment');
eval_dies_ok('foo\#`〝 comment 〟.id', 'unspace with U+301D/U+301F is invalid');

Expand Down

0 comments on commit 5b439fa

Please sign in to comment.