Skip to content

Commit a062d38

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 0e065a2 commit a062d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S02-lexical-conventions/comments.t

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

7979
}

0 commit comments

Comments
 (0)