Skip to content

Commit aab04b6

Browse files
committed
fix: Tests
1 parent 902409c commit aab04b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/UnidecoderTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void RussianAlphabetTest()
4848
public void CharUnidecodeTest()
4949
{
5050
const string input = "а б в г д е ё ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я А Б В Г Д Е Ё Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я";
51-
const string expected = "a b v g d e io zh z i i k l m n o p r s t u f kh ts ch sh shch ' y ' e iu ia A B V G D E Yo Zh Z I Y K L M N O P R S T U F Kh Ts Ch Sh Shch ' Y ' E Iu Ia";
51+
const string expected = "a b v g d e io zh z i i k l m n o p r s t u f kh ts ch sh shch ' y ' e iu ia A B V G D E Io Zh Z I I K L M N O P R S T U F Kh Ts Ch Sh Shch ' Y ' E Iu Ia";
5252

5353
var sb = new StringBuilder(expected.Length);
5454
foreach (var c in input)

0 commit comments

Comments
 (0)