Files
bx/tests/string_test.cpp
kingscallop 0ccbdcaa0c Fix various trim functions (#271)
Trim doesn't handle the case where the whole string should be trimmed,
due to being composed of only trimmable chars.
For example the string "\n" when trimmed with chars " \t\n\r" should
yield the empty string "" and not return "\n".
Some test cases were fixed and some were added.
2022-01-01 10:38:58 -08:00

19 KiB