aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/builtin/echo.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/script/builtin/echo.test')
-rw-r--r--tests/test/script/builtin/echo.test11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/test/script/builtin/echo.test b/tests/test/script/builtin/echo.test
new file mode 100644
index 0000000..7f43aac
--- /dev/null
+++ b/tests/test/script/builtin/echo.test
@@ -0,0 +1,11 @@
+# file : tests/test/script/runner/echo.test
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
+: string
+:
+echo foo >foo
+
+: strings
+:
+echo foo bar >"foo bar"