Skip to content

Commit 018ff07

Browse files
MasterDuke17Altai-man
authored andcommitted
Track changes cause by NQP PR #732
The TODO is now passing, and the new exception thrown is a better one.
1 parent c6b339c commit 018ff07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

S02-lexical-conventions/comments.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ plan 50;
7272
X::Comp, # no exception type yet
7373
"no spaces allowed between '#`' and '\{'";
7474
throws-like { EVAL "3 * #`\n<invalid comment> 2" },
75-
X::Syntax::Confused,
75+
X::Syntax::Comment::Embedded,
7676
"no spaces allowed between '#`' and '<'";
7777

7878
}

S32-exceptions/misc2.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ throws-like 'sub f(*@a, $b?) { }', X::Parameter::WrongOrder,
181181
misplaced => 'optional positional',
182182
after => 'variadic';
183183

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

0 commit comments

Comments
 (0)