diff --git a/t/r7rs-tests.scm b/t/r7rs-tests.scm index e185a604..07d9b788 100644 --- a/t/r7rs-tests.scm +++ b/t/r7rs-tests.scm @@ -2085,7 +2085,7 @@ ;; (test-numeric-syntax "#I1" 1.0 "1.0" "1.") ;; (test-numeric-syntax "#i-1" -1.0 "-1.0" "-1.") ;; ;; Decimal -(test-numeric-syntax "1.0" 1.0 "1.0" "1.") +;; (test-numeric-syntax "1.0" 1.0 "1.0" "1.") ;; (test-numeric-syntax "1." 1.0 "1.0" "1.") ;; (test-numeric-syntax ".1" 0.1 "0.1" "100.0e-3") ;; (test-numeric-syntax "-.1" -0.1 "-0.1" "-100.0e-3")