Skip to content

Commit

Permalink
Improve test coverage to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
kevburnsjr committed May 16, 2021
1 parent 4f5d2a6 commit 80b9537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validate_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func TestParseValidateRawNumber(t *testing.T) {
f("01", "01")
f("-01", "-01")
f("0.", "0.")
f("0.,", "0.,")
f("-0.1E", "-0.1E")
f("0.1E", "0.1E")
f(".1E-1", ".1E-1")
Expand Down

0 comments on commit 80b9537

Please sign in to comment.