summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/directive-for.mk
AgeCommit message (Expand)Author
2023-06-01tests/make: force line-based diagnostics to be listed in the testsrillig
2023-06-01tests/make: clean up comments, extend a few testsrillig
2023-05-10tests/make: clean up tests for .for loopsrillig
2023-05-09make: skip syntactically wrong .for loopsrillig
2023-05-08make: disallow characters like '$' in variable names in .for loopsrillig
2023-05-08tests/make: add more tests for unusual variable names in .for loopsrillig
2023-05-08make: fix parsing of unusual line continuations in .for loopsrillig
2022-10-01tests/make: make comment in test for .for easier to understandrillig
2022-08-23tests/make: demonstrate that .for variables take precedencerillig
2022-01-15tests/make: ensure that the 'expect' comments in tests are correctrillig
2022-01-08tests/make: demonstrate edge case in parsing .for loopsrillig
2022-01-02tests/make: test edge cases in .for loopsrillig
2020-12-27make(1): add test for missing error handling in .for looprillig
2020-11-15make(1): update and add comments in testsrillig
2020-10-25make(1): test funny character in .for variable namesrillig
2020-10-25make(1): add test for escaping parentheses and braces in .for loopsrillig
2020-10-24make(1): use consistent indentation in variable assignmentsrillig
2020-09-22make(1): remove obsolete fix for PR bin/29985rillig
2020-09-22make(1): add test for .for loop from PR bin/29985rillig
2020-09-14make(1): add test for nested .for loops with the same variable namerillig
2020-09-02make(1): fix wrong comments in test for the .for looprillig
2020-09-02make(1): add test for the .for directiverillig