Skip to content

Commit

Permalink
test: missing at sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinaldy Rafli committed Oct 28, 2021
1 parent 70b2bd0 commit 0e81d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asciitxt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0e81d27

Please sign in to comment.