Test empty Action

This commit is contained in:
Thomas Jager 2015-07-31 13:03:31 +02:00
parent 6ce1e34c21
commit e2be9c53c1

View File

@ -7,6 +7,10 @@ import (
"time" "time"
) )
func TestParserCrash1(t *testing.T) {
Fuzz([]byte("pRIVMSG \x01ACTION\x01"))
}
func TestConnectionEmtpyServer(t *testing.T) { func TestConnectionEmtpyServer(t *testing.T) {
irccon := IRC("go-eventirc", "go-eventirc") irccon := IRC("go-eventirc", "go-eventirc")
err := irccon.Connect("") err := irccon.Connect("")