ledger/test/baseline/cmd-echo.test
2012-03-25 14:11:59 +01:00

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