bake/test.a.txt

42 lines
989 B
Plaintext
Raw Normal View History

2024-09-26 18:20:29 -04:00
@BAKE
echo 1 t@LINE # this...
bake -s2 @FILE # short
bake -s3 @FILE a b c # posarg test
bake -s4 @FILE # line test
bake -s5 @FILE # multiline, this...
bake -s6 @FILE # spacing & first EOL test
bake -s7 @FILE # second EOL test, nul included
bake -s8 @FILE # \\\n = ' ' test
bake -s9 @FILE # newline, preq. for bake after bake
bake -s10 @FILE # bake after bake
bake -s11 @FILE # EOF test
@STOP
@BAKE echo 2 t@LINE \@SHORT:1 @SHORT:1 \@SHORT:2 @SHORT:2 -- @STOP
@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.
@BAKE echo 11 t@LINE last EOL test
echo "EOF ->"