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
6609bf24120e0b7a70b0d2542278b1c78a676f74
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