parent
488bf9f6b6
commit
6982ffe4cf
@ -101,6 +101,12 @@ var gEvalTests = []struct {
|
||||
[]expr{&callExpr{"echo", []string{"hello\nworld"}, 1}},
|
||||
},
|
||||
|
||||
{
|
||||
`echo hello\\world`,
|
||||
[]string{"echo", `hello\world`, "\n"},
|
||||
[]expr{&callExpr{"echo", []string{`hello\world`}, 1}},
|
||||
},
|
||||
|
||||
{
|
||||
`echo hello\zworld`,
|
||||
[]string{"echo", "helloworld", "\n"},
|
||||
|
Loading…
Reference in New Issue
Block a user