Skip to content

Commit

Permalink
Add failing test for floating point number
Browse files Browse the repository at this point in the history
It falls on the very edge of the currently defined LONG_LONG_DIGITS
boundary.
  • Loading branch information
Ole André Vadla Ravnås committed Aug 2, 2012
1 parent 8e0d32c commit 3af10e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Tests/Data/valid/number/float/input
Expand Up @@ -2,5 +2,6 @@
0.0001,
2.5,
4.4,
99.99
99.99,
720.17300000000000182
]
2 changes: 1 addition & 1 deletion Tests/Data/valid/number/float/output
@@ -1 +1 @@
[0.0001,2.5,4.4,99.99]
[0.0001,2.5,4.4,99.99,720.17300000000000182]

0 comments on commit 3af10e4

Please sign in to comment.