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
21734b169ae5303142155024063948d01b22db60
wren
/
test
/
string
/
ends_with_invalid_arg.wren
T
1 line
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adds some common methods to strings.
2015-01-10 14:45:14 -08:00
IO.print("abcd".endsWith(null)) // expect runtime error: Argument must be a string.
Reference in New Issue
Copy Permalink