forked from mirror/logrus
remove ^ from custom quote characters
As of #563, this charater is not quoted anymore.
This commit is contained in:
parent
6f87387fae
commit
10e5e38b53
|
@ -93,7 +93,6 @@ func TestEscaping_CustomQuoteCharacter(t *testing.T) {
|
|||
}{
|
||||
{`ba"r`, `ba"r`, `'`},
|
||||
{`ba'r`, `ba\'r`, `'`},
|
||||
{`ba^r`, `ba\^r`, `^`},
|
||||
{`ba'r`, `ba'r`, `^`},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue