blob: 9083abe25d5df87ca1b6cc97261d51c7d30f132a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# file : build2/lexer+buildspec.test.testscript
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments = buildspec
: punctuation
:
$* <:'x,x(x)' >>EOO
'x'
,
'x'
(
'x'
)
EOO
|