Skip to content

Commit

Permalink
test(parser): fix error tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xNaCly committed May 9, 2023
1 parent 17e54d2 commit d62da25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func testHelper(t *testing.T, m map[string]any, matcher func(k string, v any) (b
func TestParserError(t *testing.T) {
tests := map[string]any{
"1//2": struct{}{},
"1/1": struct{}{},
"1/": struct{}{},
"5++": struct{}{},
"6++/": struct{}{},
"8*/": struct{}{},
Expand Down

0 comments on commit d62da25

Please sign in to comment.