ircfmt: Add test for the new raw parsing code

This commit is contained in:
Daniel Oaks 2016-02-14 14:45:06 +10:00
parent 2c79305aed
commit d7fbffbe37

@ -22,6 +22,7 @@ var escapetests = []testcase{
var unescapetests = []testcase{
{"te$st", "test"},
{"test$c", "test\x03"},
}
func TestEscape(t *testing.T) {