From 8962d9c904d5630b508ca2b10f2bf66e7f32a30b Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sun, 25 Mar 2012 14:11:59 +0100 Subject: Add more baseline tests --- test/baseline/cmd-echo.test | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/baseline/cmd-echo.test (limited to 'test/baseline/cmd-echo.test') 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 + -- cgit v1.2.3