diff --git a/content_test.go b/content_test.go index 1bf745e..55510ab 100644 --- a/content_test.go +++ b/content_test.go @@ -31,6 +31,18 @@ func TestContent(t *testing.T) { { Content: "once twice thrice fource", }, + + + + { + Content: "۰ ۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹", + }, + + + + { + Content: "Hello world! 😈", + }, } for testNumber, test := range tests {