remove ^ from custom quote characters
As of #563, this charater is not quoted anymore.
This commit is contained in:
@@ -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`, `^`},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user