示例#1
0
 public void TestConvertWhitespace(string input, string expected)
 {
     Assert.AreEqual(expected, MsgUtils.ConvertWhitespace(input));
 }