Exemple #1
0
 public void TestEmptyKeyValue()
 {
     Assert.Throws <ParseException>(
         () => TagsTextParser.Parse("=123AB;")
         );
 }