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

Add String.fromCharCode

This commit is contained in:
Robert Krimen
2012-10-18 10:58:23 -07:00
parent 7982fa0fac
commit 24e71588dd
4 changed files with 32 additions and 1 deletions

View File

@@ -22,7 +22,8 @@ TEST := -v --run RegExp
TEST := -v --run SwitchBreak
TEST := -v --run Unicode
TEST := -v --run Lexer
TEST := -v --run Test_issue
TEST := -v --run _issue
TEST := -v --run String_fromCharCode
TEST := .
test: test-i