Files
wren/test/string/starts_with_invalid_arg.wren
T
Bob Nystrom 6928ba9935 chore: rename test files to snake_case and update string class docs
Rename indexOf.wren and startsWith.wren test files to index_of.wren and
starts_with.wren respectively, fix missing trailing newlines, update
string class documentation to clarify UTF-8 storage and move the
note about incorrect UTF-8 handling in the index operator, and
remove unnecessary parentheses in string_indexOf native return.
2015-01-12 03:13:15 +00:00

2 lines
86 B
Plaintext

IO.print("abcd".startsWith(null)) // expect runtime error: Argument must be a string.