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