Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed May 29, 2021
1 parent cf9a8e4 commit ec9b8ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SillyChat/SillyChat/Translator/UriangerTranslator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ private static string RunPostFixes(string str)
str = str.Replace(" i ", " I ");
str = str.Replace(" i' ", " I' ");
str = str.Replace("?.", "?");
str = str.Replace("??", "?");
return str;
}

Expand Down

0 comments on commit ec9b8ba

Please sign in to comment.