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

Fix String.char*At to look at utf16 version

This commit is contained in:
Robert Krimen
2013-02-21 14:25:04 -08:00
parent bf322e56ee
commit 3c9faa2810
3 changed files with 12 additions and 4 deletions

View File

@@ -47,6 +47,7 @@ TEST := -v --run _underscore_utility
TEST := -v --run Array_splice
TEST := -v --run String_substring
TEST := -v --run String_slice
TEST := -v --run String_fromCharCode
TEST := .
test: test-i