We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e065a2 commit a062d38Copy full SHA for a062d38
S02-lexical-conventions/comments.t
@@ -73,7 +73,7 @@ plan 50;
73
X::Comp, # no exception type yet
74
"no spaces allowed between '#`' and '\{'";
75
throws-like { EVAL "3 * #`\n<invalid comment> 2" },
76
- X::Syntax::Confused,
+ X::Syntax::Comment::Embedded,
77
"no spaces allowed between '#`' and '<'";
78
79
}
0 commit comments