Skip to content

Commit

Permalink
Track changes cause by NQP PR #732
Browse files Browse the repository at this point in the history
The TODO is now passing, and the new exception thrown is a better one.
  • Loading branch information
MasterDuke17 authored and Altai-man committed Aug 21, 2021
1 parent 0e065a2 commit a062d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-lexical-conventions/comments.t
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ plan 50;
X::Comp, # no exception type yet
"no spaces allowed between '#`' and '\{'";
throws-like { EVAL "3 * #`\n<invalid comment> 2" },
X::Syntax::Confused,
X::Syntax::Comment::Embedded,
"no spaces allowed between '#`' and '<'";

}
Expand Down

0 comments on commit a062d38

Please sign in to comment.