summaryrefslogtreecommitdiffstats
path: root/Exec/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Exec/main.cpp')
-rw-r--r--Exec/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Exec/main.cpp b/Exec/main.cpp
index bb337a5..ef95632 100644
--- a/Exec/main.cpp
+++ b/Exec/main.cpp
@@ -4,7 +4,7 @@
int main()
{
std::vector<std::string> foo =
- StringTools::Split("Hello, lol, test", ", ");
+ StringTools::Split(",,Hello,,lol,,test,,", ",,");
for (const auto& it : foo)
std::cout << "'" << it << "'" << std::endl;