diff options
Diffstat (limited to 'test/baseline/cmd-echo.test')
-rw-r--r-- | test/baseline/cmd-echo.test | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/baseline/cmd-echo.test b/test/baseline/cmd-echo.test new file mode 100644 index 00000000..af3d06ec --- /dev/null +++ b/test/baseline/cmd-echo.test @@ -0,0 +1,12 @@ +test echo foo +foo +end test + +test echo "foo bar" +foo bar +end test + +test echo "foo\nbar" +foo\nbar +end test + |