mirror of https://github.com/aldy505/asciitxt.git
test: missing at sign
This commit is contained in:
parent
70b2bd0d1f
commit
0e81d27cc7
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue