From a1e1922e62419de75d2909dfae1ee7caa9ed487f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 16 May 2020 22:08:40 -0400 Subject: Add xmldocs, and handle null bytes --- IRCTokens/Tests/Parser.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IRCTokens/Tests/Parser.cs') diff --git a/IRCTokens/Tests/Parser.cs b/IRCTokens/Tests/Parser.cs index bd0a92d..a560793 100644 --- a/IRCTokens/Tests/Parser.cs +++ b/IRCTokens/Tests/Parser.cs @@ -21,7 +21,7 @@ namespace IRCTokens.Tests } [TestMethod] - public void TestSplit() + public void Split() { foreach (var test in LoadYaml("Tests/Data/msg-split.yaml").Tests) { @@ -38,7 +38,7 @@ namespace IRCTokens.Tests } [TestMethod] - public void TestJoin() + public void Join() { foreach (var test in LoadYaml("Tests/Data/msg-join.yaml").Tests) { -- cgit 1.4.1