Add more test coverage

This commit is contained in:
Rangi42
2025-09-04 01:29:50 -04:00
parent 4f702a4be8
commit 5b67dc94b6
13 changed files with 34 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ println 0b101010_
println 0o123456_
println 0xabcdef_
println `01230123_
println 123.456_
; bad ('_' next to '.')
println 1_.618