Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 committed Dec 12, 2023
1 parent 5c6292a commit 7d8adb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/parser/keywords_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestKeywords(t *testing.T) {
}

func TestKeywordsLength(t *testing.T) {
require.Equal(t, 646, len(parser.Keywords))
require.Equal(t, 647, len(parser.Keywords))

reservedNr := 0
for _, kw := range parser.Keywords {
Expand Down

0 comments on commit 7d8adb7

Please sign in to comment.