fix(all): various typos (#10242)
This commit is contained in:
@@ -1494,7 +1494,7 @@ func TestEscapePipe(t *testing.T) {
|
||||
|
||||
// overrideBackslashTests has the same wants as the pipeTests tests.
|
||||
// The only difference in the tests is the pipe symbol in the pattern has been
|
||||
// changed to a backslash. This could be done programatically, if desired.
|
||||
// changed to a backslash. This could be done programmatically, if desired.
|
||||
var overrideBackslashTests = []escapeTest{
|
||||
{`a\*`, `a*`, true},
|
||||
{`a\*b`, `a*b`, true},
|
||||
|
||||
Reference in New Issue
Block a user