Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Mar 25, 2024
1 parent ebfde81 commit 3167300
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/suites/encoding-flags/real-precision/input
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[1.23456789, 1.0, 1.0000000000000002]
[1.23456789, 1.0, 1.0000000000000002, 1.23456e99, 1.23456e-99, 0.0000000000012345]
2 changes: 1 addition & 1 deletion test/suites/encoding-flags/real-precision/output
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[1.235, 1.0, 1.0]
[1.235, 1.0, 1.0, 1.235e99, 1.235e-99, 1.235e-12]
2 changes: 1 addition & 1 deletion test/suites/valid/real-exponent-no-dtoa/input
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[123e45]
[1.23e47, 0.1, 0.3, 9.99]
2 changes: 1 addition & 1 deletion test/suites/valid/real-exponent-no-dtoa/output
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[1.2299999999999999e47]
[1.2299999999999999e47, 0.10000000000000001, 0.29999999999999999, 9.9900000000000002]
2 changes: 1 addition & 1 deletion test/suites/valid/real-exponent/input
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[123e45]
[1.23e47, 0.1, 0.3, 9.99]
2 changes: 1 addition & 1 deletion test/suites/valid/real-exponent/output
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[1.23e47]
[1.23e47, 0.1, 0.3, 9.99]

0 comments on commit 3167300

Please sign in to comment.