Ejemplo n.º 1
0
 public static void WhitespacesParserIncorrect()
 => AssertThat(() => Whitespaces.Parse(string.Empty)).ThrowsExactlyException <ParseException>();
Ejemplo n.º 2
0
 public static void WhitespacesCorrect(string input)
 => AssertThat(Whitespaces.Parse(input)).IsEqualTo(input);