Add reverse case too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -479,6 +479,9 @@ void StringTestCase::Replace()
 | 
			
		||||
    TEST_WXREPLACE( _T("null\0char"), 9, _T("c"), _T("de"), true,
 | 
			
		||||
                          _T("null\0dehar"), 10 );   
 | 
			
		||||
 | 
			
		||||
    TEST_WXREPLACE( _T("null\0dehar"), 10, _T("de"), _T("c"), true,
 | 
			
		||||
                          _T("null\0char"), 9 );   
 | 
			
		||||
 | 
			
		||||
    #undef TEST_WXREPLACE
 | 
			
		||||
    #undef TEST_NULLCHARREPLACE
 | 
			
		||||
    #undef TEST_REPLACE
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user