File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,11 +32,9 @@ public void AddNewIndex_ShouldAddTranslatedIndexPlusLength()
3232 [ TestCase ( 6 , 5 ) ] // "o" (translated from "用") -> original index 5
3333 [ TestCase ( 7 , 5 ) ] // "n" (translated from "用") -> original index 5
3434 [ TestCase ( 8 , 5 ) ] // "g" (translated from "用") -> original index 5
35- [ TestCase ( 9 , 6 ) ] // " " (space between "Yong" and "Hu") -> original index 6
3635 [ TestCase ( 10 , 6 ) ] // "H" (translated from "户") -> original index 6
3736 [ TestCase ( 11 , 6 ) ] // "u" (translated from "户") -> original index 6
3837 public void MapToOriginalIndex_ShouldReturnExpectedIndex ( int translatedIndex , int expectedOriginalIndex )
39- public void MapToOriginalIndex_ShouldReturnExpectedIndex ( int translatedIndex , int expectedOriginalIndex )
4038 {
4139 var mapping = new TranslationMapping ( ) ;
4240 // Test case :
You can’t perform that action at this time.
0 commit comments