Skip to content

Commit bc4de6c

Browse files
author
Evgeny Poberezkin
authored
Merge pull request #174 from epoberezkin/zero-term
Zero-termimated float test description, closes #135
2 parents c1b12bf + f455ecc commit bc4de6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/draft6/optional/zeroTerminatedFloats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"tests": [
88
{
9-
"description": "a float is not an integer even without fractional part",
9+
"description": "a float without fractional part is an integer",
1010
"data": 1.0,
1111
"valid": true
1212
}

0 commit comments

Comments
 (0)