示例#1
0
 public void TranslitTest(string input, string result)
 {
     Assert.AreEqual(result, Escaper.Translit(input));
 }