even more test cases
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
822c2b9f65
commit
8aa57160a0
@ -75,6 +75,10 @@ gs_testData[] =
|
||||
{ _T(""), _T(" "), wxTOKEN_DEFAULT, 0 },
|
||||
{ _T(""), _T(" "), wxTOKEN_RET_EMPTY, 0 },
|
||||
{ _T(""), _T(" "), wxTOKEN_RET_EMPTY_ALL, 0 },
|
||||
{ _T(":"), _T(":"), wxTOKEN_RET_EMPTY, 1 },
|
||||
{ _T(":"), _T(":"), wxTOKEN_RET_EMPTY_ALL, 2 },
|
||||
{ _T("::"), _T(":"), wxTOKEN_RET_EMPTY, 1 },
|
||||
{ _T("::"), _T(":"), wxTOKEN_RET_EMPTY_ALL, 3 },
|
||||
|
||||
{ _T("Hello, world"), _T(" "), wxTOKEN_DEFAULT, 2 },
|
||||
{ _T("Hello, world "), _T(" "), wxTOKEN_DEFAULT, 2 },
|
||||
|
Loading…
Reference in New Issue
Block a user