Skip to content

Commit

Permalink
Merge pull request #750 from MasterDuke17/changes_for_nqp_pr_732
Browse files Browse the repository at this point in the history
Track changes caused by NQP PR #732
  • Loading branch information
MasterDuke17 authored Jul 19, 2021
2 parents 4389ed4 + 98c86d6 commit 89961ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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
1 change: 0 additions & 1 deletion S32-exceptions/misc2.t
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ throws-like 'sub f(:$a, $b) { }', X::Parameter::WrongOrder,
misplaced => 'required',
after => 'named';

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

0 comments on commit 89961ae

Please sign in to comment.