summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/directive-for-escape.mk
AgeCommit message (Expand)Author
2023-06-23tests/make: explain and extend tests for expansion in .for loopsrillig
2023-06-01tests/make: force line-based diagnostics to be listed in the testsrillig
2023-06-01make: add more details to debug logging of .for loopsrillig
2023-05-09make: skip syntactically wrong .for loopsrillig
2023-05-08make: disallow characters like '$' in variable names in .for loopsrillig
2022-06-12make: document ExprLen, which is part of a .for looprillig
2022-01-27tests/make: add more edge cases for expansion of .for loop bodyrillig
2022-01-27tests/make: explain escaping in .for loops, add more test casesrillig
2022-01-09make: fix crash for newline in .for value in -dp mode (since yesterday)rillig
2021-12-05make: inline Str_Words into .for loop handlingrillig
2021-09-02make: rename for_var_len to ExprLenrillig
2021-06-25make: prevent newline injection in .for loopsrillig
2021-06-25tests/make: demonstrate newline injection in .for looprillig
2021-06-24tests/make: test .for loop over a variable named '$'rillig
2021-02-15make: improve comments in test for expansions in .for loopsrillig
2021-01-25make(1): rename struct For to struct ForLooprillig
2021-01-24make(1): describe expansion of nested variables in .for valuesrillig
2021-01-24make(1): let the test directive-for-escape exit successfullyrillig
2020-12-31make(1): add test for common and edge cases in .for loop expansionrillig
2020-12-31make(1): add tests for extreme edge cases of .for loop expansionrillig
2020-12-31make(1): add test for error handling and expansion in .for loopsrillig