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: "歡迎",
Intros: []string{"testing 1.", "loramipsum...."},
Outros: []string{"testing 2,", "blah blah blah..."},
Actions: []Action{{Button: Button{Text: "click"}}},
Content: `
# Testing
a|b|c
-|-|-
test||
-|is|
-|-|up`,
| A | B | C |
| :------:| :-----------: | :-----------: |
| test |||
|| is ||
||| up |`,
},
)
if err != nil {