bake/test.a.txt

48 lines
944 B
Plaintext
Raw Normal View History

2024-09-26 18:20:29 -04:00
@BAKE
2024-09-26 22:35:33 -04:00
echo
2024-09-28 18:13:54 -04:00
@RECURS -s2 test.a.txt
@RECURS -s3 test.a.txt a b c
@RECURS -s4 test.a.txt
@RECURS -s5 test.a.txt
@RECURS -s6 test.a.txt
@RECURS -s7 test.a.txt
@RECURS -s8 test.a.txt
@RECURS -s9 test.a.txt
@RECURS -s10 test.a.txt
@RECURS -s11 test.a.txt a b c
@RECURS -s12 test.a.txt
2024-09-30 11:03:08 -04:00
@RECURS -s13 test.a.txt
2024-09-26 18:20:29 -04:00
@STOP
2024-09-26 22:35:33 -04:00
@BAKE echo 2 t@LINE \@SHORT:1 @SHORT:1 \@SHORT:2 @SHORT:2 @STOP
2024-09-26 18:20:29 -04:00
@BAKE echo 3 t@LINE \@ARGS:0 @ARGS:0 \@ARGS:2 @ARGS:2 \@ARGS:1 @ARGS:1 @STOP
Some empty line
@BAKE echo 4 t@LINE line 5 = \@LINE @LINE @STOP
@BAKE
echo 5 t@LINE multiline
@STOP
@BAKE echo 6 t@LINE EOL test
@BAKE echo 7 t@LINE another EOL test
no no, really.
@BAKE echo 8 t@LINE yet another EOL test \
... more more and more.
@BAKE echo 9 t@LINE several bakes on the same line? @BAKE echo 10 t@LINE Yes.
2024-09-28 18:13:54 -04:00
@BAKE echo 11 t@LINE @RECURS @ARGS:0+ @ARGS:1+ @ARGS:2+
2024-09-30 11:03:08 -04:00
@BAKE echo ' 12 t@LINE '
@BAKE echo 13 t@LINE last EOL test
2024-09-26 18:20:29 -04:00
echo "EOF ->"