blob: 5c4677d815bedae73321c0faff259d4be76f43d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# file : libbuild2/lexer+buildspec.test.testscript
# license : MIT; see accompanying LICENSE file
test.arguments = buildspec
: punctuation
:
$* <:'x,x(x)' >>EOO
'x'
,
'x'
(
'x'
)
EOO
|