aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/builtin/echo.test
blob: 73bc480cf7fc7adb14ae35557d8233b140ff132f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : tests/test/script/builtin/echo.test
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

.include ../common.test

: string
:
$c <'echo foo >foo';
$b

: strings
:
$c <'echo foo bar >"foo bar"';
$b