aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/builtin/echo.test
blob: 7f43aac095801695c721607c2e24ebcdba40dc42 (plain)
1
2
3
4
5
6
7
8
9
10
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"