12 lines
106 B
Text
12 lines
106 B
Text
test echo foo
|
|
foo
|
|
end test
|
|
|
|
test echo "foo bar"
|
|
foo bar
|
|
end test
|
|
|
|
test echo "foo\nbar"
|
|
foo\nbar
|
|
end test
|
|
|