Update content_test.go

master
Charles Iliya Krempeaux 2022-12-14 20:32:21 +09:00 committed by GitHub
parent a452278653
commit f24d4e7cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -31,6 +31,18 @@ func TestContent(t *testing.T) {
{
Content: "once twice thrice fource",
},
{
Content: "۰ ۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹",
},
{
Content: "Hello world! 😈",
},
}
for testNumber, test := range tests {