7a2f02b40d
The successful cases can be easily tested in the .if conditions. Around these conditions, there is enough space for explaining the test cases and their purpose. The failure cases have been left in the file for now since they still produce unwanted characters in the output. These characters are not produced when the parse error occurs in a conditional.
10 lines
476 B
Plaintext
10 lines
476 B
Plaintext
make: Bad modifier `:tx' for WORDS
|
|
make: "varmod-to-separator.mk" line 104: Malformed conditional (${WORDS:tx} != "anything")
|
|
make: "varmod-to-separator.mk" line 108: Parsing continues here.
|
|
make: Bad modifier `:t\X' for WORDS
|
|
make: "varmod-to-separator.mk" line 112: Malformed conditional (${WORDS:t\X} != "anything")
|
|
make: "varmod-to-separator.mk" line 115: Parsing continues here.
|
|
make: Fatal errors encountered -- cannot continue
|
|
make: stopped in unit-tests
|
|
exit status 1
|