mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
Fix renamed token type.
This commit is contained in:
@ -779,7 +779,7 @@ static void readString(Parser* parser)
|
||||
if (nextChar(parser) != '(') lexError(parser, "Expect '(' after '%'.");
|
||||
|
||||
wrenIntBufferWrite(parser->vm, &parser->parens, 1);
|
||||
type = TOKEN_STRING_TEMPLATE;
|
||||
type = TOKEN_TEMPLATE;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user