コード例 #1
0
 public static void WhitespacesParserIncorrect()
 => AssertThat(() => Whitespaces.Parse(string.Empty)).ThrowsExactlyException <ParseException>();
コード例 #2
0
 public static void WhitespacesCorrect(string input)
 => AssertThat(Whitespaces.Parse(input)).IsEqualTo(input);