master
Evan Chen 2021-12-24 14:00:55 +08:00
parent 4fb43d081c
commit 82c82b0b42
1 changed files with 6 additions and 5 deletions

View File

@ -50,14 +50,15 @@ func TestSend(t *testing.T) {
Greeting: "歡迎", Greeting: "歡迎",
Intros: []string{"testing 1.", "loramipsum...."}, Intros: []string{"testing 1.", "loramipsum...."},
Outros: []string{"testing 2,", "blah blah blah..."}, Outros: []string{"testing 2,", "blah blah blah..."},
Actions: []Action{{Button: Button{Text: "click"}}},
Content: ` Content: `
# Testing # Testing
a|b|c | A | B | C |
-|-|- | :------:| :-----------: | :-----------: |
test|| | test |||
-|is| || is ||
-|-|up`, ||| up |`,
}, },
) )
if err != nil { if err != nil {