Add tests for string methods that support UTF-8 already.

This commit is contained in:
Bob Nystrom
2015-01-22 15:28:54 -08:00
parent c5e67953b8
commit a92e58c804
6 changed files with 22 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
IO.print("abcd".endsWith(null)) // expect runtime error: Argument must be a string.