blob: 54b0a306d35f445a35ad3cd84cbe85d9ad028bf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# file : libbuild2/build/script/lexer+variable.test.testscript
# license : MIT; see accompanying LICENSE file
# Test handling custom variable names ($*, $~, $NN).
#
test.arguments = variable
: primary-target
:
{
: only
:
$* <">" >>EOO
'>'
<newline>
EOO
: followed
:
$* <">abc" >>EOO
'>'
'abc'
<newline>
EOO
}
|