Exemplo n.º 1
0
 public static void NewlineParserIncorrect()
 => AssertThat(() => Newline.Parse("xyz")).ThrowsExactlyException <ParseException>();
Exemplo n.º 2
0
 public static void NewlineCorrect(string input)
 => AssertThat(Newline.Parse(input)).IsEqualTo(input);