summaryrefslogtreecommitdiff
path: root/test/baseline/cmd-echo.test
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2012-03-25 14:11:59 +0100
committerMartin Michlmayr <tbm@cyrius.com>2012-03-25 14:11:59 +0100
commit8962d9c904d5630b508ca2b10f2bf66e7f32a30b (patch)
tree98d35d154607222d9df3ffcc12ac633fec60dbd0 /test/baseline/cmd-echo.test
parenta47625be3571262f0c36324d6793c55645172dc1 (diff)
downloadfork-ledger-8962d9c904d5630b508ca2b10f2bf66e7f32a30b.tar.gz
fork-ledger-8962d9c904d5630b508ca2b10f2bf66e7f32a30b.tar.bz2
fork-ledger-8962d9c904d5630b508ca2b10f2bf66e7f32a30b.zip
Add more baseline tests
Diffstat (limited to 'test/baseline/cmd-echo.test')
-rw-r--r--test/baseline/cmd-echo.test12
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
+