Test empty Action
This commit is contained in:
parent
6ce1e34c21
commit
e2be9c53c1
@ -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("")
|
||||||
|
Loading…
Reference in New Issue
Block a user