Update content_test.go
parent
a452278653
commit
f24d4e7cca
|
@ -31,6 +31,18 @@ func TestContent(t *testing.T) {
|
|||
{
|
||||
Content: "once twice thrice fource",
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
Content: "۰ ۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹",
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
Content: "Hello world! 😈",
|
||||
},
|
||||
}
|
||||
|
||||
for testNumber, test := range tests {
|
||||
|
|
Loading…
Reference in New Issue