Esempio n. 1
0
 public void FilterLineBreaksTest()
 {
     Assert.Equal("hello world", RegexUtil.FilterLineBreaks("hello \r\nworld"));
 }