forked from Mirror/wren
2 lines
81 B
Plaintext
2 lines
81 B
Plaintext
"foo".replace("", "f") // expect runtime error: From must be a non-empty string.
|