From 0e81d27cc7cea10faf832a0f6c27f727ba04ee92 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Thu, 28 Oct 2021 11:37:18 +0700 Subject: [PATCH] test: missing at sign --- asciitxt_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciitxt_test.go b/asciitxt_test.go index 53bb99b..72ca669 100644 --- a/asciitxt_test.go +++ b/asciitxt_test.go @@ -22,7 +22,7 @@ func TestWithConfig(t *testing.T) { } func TestSymbols(t *testing.T) { - s := asciitxt.WithConfig(`!"#$%&'()*+,-./:;<=>?[\]^_{|}~¡¢£¥¨§©±`, asciitxt.Config{Style: asciitxt.StyleStandard}) + s := asciitxt.WithConfig(`!@"#$%&'()*+,-./:;<=>?[\]^_{|}~¡¢£¥¨§©±`, asciitxt.Config{Style: asciitxt.StyleStandard}) if s == "" { t.Error("should not be empty")