mirror of https://github.com/sirupsen/logrus.git
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`, `'`},
|
||||||
{`ba^r`, `ba\^r`, `^`},
|
|
||||||
{`ba'r`, `ba'r`, `^`},
|
{`ba'r`, `ba'r`, `^`},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue