1
0
forked from Mirror/wren
Files
wren/test/core/string/replace_empty_old.wren

2 lines
81 B
Plaintext
Raw Permalink Normal View History

2017-03-07 21:12:03 -05:00
"foo".replace("", "f") // expect runtime error: From must be a non-empty string.