Skip to content

Commit 0dc14c0

Browse files
authored
Update tests/raylib_cpp_test.cpp
1 parent fe84792 commit 0dc14c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/raylib_cpp_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ int main(int argc, char *argv[]) {
9494
AssertEqual(output, "World");
9595
}
9696

97+
// TextSplit
9798
{
9899
std::vector<std::string> output = raylib::TextSplit("Hello|How|Are|You", '|');
99100
AssertEqual(output.size(), 4);

0 commit comments

Comments
 (0)