Skip to content

Commit 833a202

Browse files
committed
language/lexer: use plain token kind
1 parent fcfcbc3 commit 833a202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/lexer/lexer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ func TestLexer_LexesBlockStrings(t *testing.T) {
452452
{
453453
Body: `""""""`,
454454
Expected: Token{
455-
Kind: TokenKind[BLOCK_STRING],
455+
Kind: BLOCK_STRING,
456456
Start: 0,
457457
End: 6,
458458
Value: "",

0 commit comments

Comments
 (0)