summaryrefslogtreecommitdiff
path: root/tests/core/string
AgeCommit message (Collapse)Author
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
Also: - Adds two stress tests to test_string.h - Changes to .empty() on std::strings
2021-11-11String: Remove `erase` method, bindings can't mutate StringRĂ©mi Verschelde
2021-11-07Move and organize tests into subfoldersAaron Franke