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 Jul 24, 2021
1 parent c6b339c commit 018ff07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion S02-lexical-conventions/comments.t
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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
2 changes: 1 addition & 1 deletion S32-exceptions/misc2.t
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ throws-like 'sub f(*@a, $b?) { }', X::Parameter::WrongOrder,
misplaced => 'optional positional',
after => 'variadic';

#?rakudo todo 'parsing regression RT #124679'
# https://github.com/Raku/old-issue-tracker/issues/3960
{
throws-like '#`', X::Syntax::Comment::Embedded;
}
Expand Down

0 comments on commit 018ff07

Please sign in to comment.