This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6858db260ab1d98b630b21ece965f24ad5999a9d
wren
/
test
/
string
/
ends_with_invalid_arg.wren
T
1 line
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
docs: document String class methods and add startsWith, endsWith, indexOf natives
2015-01-10 22:45:14 +00:00
IO.print("abcd".endsWith(null)) // expect runtime error: Argument must be a string.
Reference in New Issue
Copy Permalink