summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Barrié <etienne.barrie@gmail.com>2025-08-22 11:56:36 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-08-27 10:01:52 +0900
commit92bd1d9b5e0e687bac6f5690e62245eed3af791c (patch)
tree775a744069dc96e8715f7a2130c22d078f14c7c2
parent312235a4999dc512505fffbe6da1148b97a1a1f3 (diff)
[ruby/json] Remove too big Float from fixture to avoid warning
https://github.com/ruby/json/commit/e881e55e83
-rw-r--r--test/json/fixtures/pass1.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json/fixtures/pass1.json b/test/json/fixtures/pass1.json
index 7828fcc137..fa9058b136 100644
--- a/test/json/fixtures/pass1.json
+++ b/test/json/fixtures/pass1.json
@@ -12,7 +12,7 @@
"real": -9876.543210,
"e": 0.123456789e-12,
"E": 1.234567890E+34,
- "": 23456789012E666,
+ "": 23456789012E66,
"zero": 0,
"one": 1,
"space": " ",