1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-26 20:28:49 +08:00

Fit number (exponent/decimal) formatting to ECMA-262 (slightly better)

This commit is contained in:
Robert Krimen
2013-02-22 11:50:04 -08:00
parent ed8569f1ad
commit 393b9384a5
4 changed files with 20 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ TEST := -v --run String_slice
TEST := -v --run String_fromCharCode
TEST := -v --run Lexer\|Parse
TEST := -v --run ^TestString$$
TEST := -v --run _floatToString
TEST := .
test: test-i