add unicode command test
This commit is contained in:
parent
586938fa70
commit
4e1f1601fe
@ -107,6 +107,12 @@ var gTests = []struct {
|
|||||||
[]Expr{&CmdExpr{"usage", &ExecExpr{"$", "du -h . | less"}}},
|
[]Expr{&CmdExpr{"usage", &ExecExpr{"$", "du -h . | less"}}},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"cmd 世界 $echo 世界",
|
||||||
|
[]string{"cmd", "世界", "$", "echo 世界", "\n"},
|
||||||
|
[]Expr{&CmdExpr{"世界", &ExecExpr{"$", "echo 世界"}}},
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"map u usage",
|
"map u usage",
|
||||||
[]string{"map", "u", "usage", "\n"},
|
[]string{"map", "u", "usage", "\n"},
|
||||||
|
Loading…
Reference in New Issue
Block a user