wxWidgets/tests/strings
Vadim Zeitlin 4626c57c58 1. changed wxStringTokenizer to not modify the string we're iterating over
but to just update our position in it (makes the code much more clear)
2. added GetLastDelimiter() to make up for lack of mode combining
   wxTOKEN_RET_EMPTY_ALL and RET_DELIMS
3. documented it and added unit tests for it


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-12-24 00:12:54 +00:00
..
crt.cpp [ 1068188 ] Precompiled header for the test program [Modified a bit] 2004-11-22 05:00:19 +00:00
stdstrings.cpp yet more wxString tests for null chars 2005-04-08 23:44:59 +00:00
strings.cpp extracted wxStringTokenizer tests in their own file and rewrote them to be table based and more clear (separated strtok()-compatibility test from the other one) 2005-12-20 16:30:12 +00:00
tokenizer.cpp 1. changed wxStringTokenizer to not modify the string we're iterating over 2005-12-24 00:12:54 +00:00
unicode.cpp [ 1068188 ] Precompiled header for the test program [Modified a bit] 2004-11-22 05:00:19 +00:00