replace zxq.co/ripple/hanayo
This commit is contained in:
14
vendor/zxq.co/ripple/schiavolib/schiavo_test.go
vendored
Normal file
14
vendor/zxq.co/ripple/schiavolib/schiavo_test.go
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
package schiavo
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestSend(t *testing.T) {
|
||||
err := Bunker.Send("onii-chan be gentle pls >///< '); DROP TABLE users;-- **hello markdown!** Just testing schiavolib ~")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
func Example() {
|
||||
Bunker.Send("Hello world!")
|
||||
}
|
Reference in New Issue
Block a user