update
parent
4fb43d081c
commit
82c82b0b42
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue