blob: e4b5adb7721aa5436549140444ca4d1d509fd8b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# file : libbuild2/build/script/lexer+variable-line.test.testscript
# license : MIT; see accompanying LICENSE file
test.arguments = variable-line
: basic
:
$* <"a 'b c'" >>EOO
'a'
'b c'
<newline>
EOO
|