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

Add a String.substr implementation

This will fix #6
This commit is contained in:
Robert Krimen
2012-10-19 13:26:22 -07:00
parent 512c48831e
commit f842eda638
4 changed files with 106 additions and 10 deletions

View File

@@ -25,6 +25,7 @@ TEST := -v --run String_fromCharCode
TEST := -v --run ParseFailure
TEST := -v --run Lexer\|Parse
TEST := -v --run Lexer
TEST := -v --run String_
TEST := .
test: test-i