--- parser3/tests/424.html 2023/11/27 22:02:59 1.1
+++ parser3/tests/424.html 2026/01/07 00:14:05 1.2
@@ -8,18 +8,9 @@
5. ^show[-1.]
6. ^show[-1.1]
-space shown, problem_source used (as before):
-7. ^show[ +4000000000]
-same exception, but inside pa_atoui:
-8. ^show[ +8000000000]
-
-another exception, without problem_source (and space):
-d1. ^try-catch{^date::create[-4000000000-12-01]}
+another exception, inside pa_ato_any, without even sign:
d2. ^try-catch{^date::create[ +4000000000-12-01]}
-
-another exception, inside pa_atoui, without even sign:
-d3. ^try-catch{^date::create[ +8000000000-12-01]}
-d4. ^try-catch{^date::create[ -8000000000-12-01]}
+d3. ^try-catch{^date::create[ -8000000000-12-01]}
@show[s]
^try-catch{^s.int[]} ^try-catch{^s.double[]}