Logo
Explore Help
Register Sign In
retoor/wren
Watch 1
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
67f1480bf0fffac5ca054b1b814b42c3c691190d
wren/test/core/string/concatenation.wren
T

5 lines
108 B
Plaintext
Raw Normal View History

fix: enforce string type validation in string_plus and remove coercion TODO
2014-04-09 04:17:49 +00:00
IO.print("a" + "b") // expect: ab
feat: add 8-bit string test cases across concatenation, contains, count, ends_with, equality, index_of, iterate, iterator_value, join, starts_with, subscript, and to_string
2015-02-04 12:58:16 +00:00
chore: add trailing period to "8-bit clean" comments across string test files
2015-02-05 04:26:29 +00:00
// 8-bit clean.
feat: add 8-bit string test cases across concatenation, contains, count, ends_with, equality, index_of, iterate, iterator_value, join, starts_with, subscript, and to_string
2015-02-04 12:58:16 +00:00
IO.print(("a\0b" + "\0c") == "a\0b\0c") // expect: true
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.27.2 Page: 110ms Template: 9ms
Dark
English
English
Licenses API