Skip to content

Commit

Permalink
fix junit test case
Browse files Browse the repository at this point in the history
  • Loading branch information
axkr committed Oct 31, 2023
1 parent 2a55686 commit 45bb5f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void testTransliterate() {
check("Transliterate(\"Фёдоров, Николай Алексеевич\")", //
"Fedorov, Nikolaj Alekseevic");
check("Transliterate(\"Горбачёв, Михаил Сергеевич\")", //
"Gorbacev, Mikhail Sergeevic");
"Gorbacev, Mihail Sergeevic");
check(
"Transliterate(\"\\[CapitalAlpha]\\[Lambda]\\[CurlyPhi]\\[Alpha]\\[Beta]\\[Eta]\\[Tau]\\[Iota]\\[Kappa]\\[Omega]\\[FinalSigma]\")", //
"Alphabetikos");
Expand Down

0 comments on commit 45bb5f2

Please sign in to comment.