Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RidRisR committed May 6, 2024
1 parent 0cb36cc commit a8e9554
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, 644, len(parser.Keywords))
require.Equal(t, 652, len(parser.Keywords))

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

0 comments on commit a8e9554

Please sign in to comment.