From f24d4e7cca7ea71982f6b29055654ee5197556da Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Wed, 14 Dec 2022 20:32:21 +0900 Subject: [PATCH] Update content_test.go --- content_test.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 {