test: missing at sign

This commit is contained in:
Reinaldy Rafli 2021-10-28 11:37:18 +07:00
parent 70b2bd0d1f
commit 0e81d27cc7
No known key found for this signature in database
GPG Key ID: CFDB9400255D8CB6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func TestWithConfig(t *testing.T) {
} }
func TestSymbols(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 == "" { if s == "" {
t.Error("should not be empty") t.Error("should not be empty")