summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/modmisc.mk
AgeCommit message (Expand)Author
2023-06-16tests/make: clean up tests for the ':M' and ':S' modifiersrillig
2020-12-20make(1): move tests for indirect modifiers aroundrillig
2020-11-15make(1): update and add comments in testsrillig
2020-11-03make(1): clean up unit testsrillig
2020-10-24make(1): use consistent indentation in variable assignmentsrillig
2020-10-24make(1): indent directives like .info, .if, .for consistentlyrillig
2020-10-24make(1): use consistent RCS Id in test filesrillig
2020-08-23make(1): move tests for the :tu and :_ modifiers into separate filesrillig
2020-08-23make(1): move tests for :hash :range :localtime into separate filesrillig
2020-08-23make(1): move tests for :H :E :R :T into separate filesrillig
2020-08-16make(1): move tests for the :gmtime and ::= modifiers to separate filesrillig
2020-08-16make(1): move tests for :S, :C, :@ from modmisc to their separate testsrillig
2020-08-09make(1): add more tests for Cmd_Execrillig
2020-08-09make(1): add test for null byte in the output of a commandrillig
2020-08-09make(1): add test that demonstrates possible delimiters for :Srillig
2020-08-09make(1): explain the mod-subst-dollar testrillig
2020-08-09make(1): add another test case for mod-subst-dollarrillig
2020-08-08make(1): add test for the :gmtime modifier with indirect timerillig
2020-08-08make(1): add test for unknown sub-modifier of the :S modifierrillig
2020-08-07make(1): add tests for creative variable names in the :@ modifierrillig
2020-08-03make(1): in lint mode, disallow dynamic variable names in :@ modifierrillig
2020-08-01make(1): add test for empty indirect modifierrillig
2020-08-01make(1): add tests for indirect modifiersrillig
2020-07-31make(1): add test for chaining the :S modifier without colonrillig
2020-07-29make(1): remove unnecessary assignments to st->nextrillig
2020-07-29make(1): add unit tests for parse errors in modifiersrillig
2020-07-27make(1): replace macros with functionsrillig
2020-07-26make(1): add basic tests for the :S modifierrillig
2020-07-26make(1): fix bug in :S modifier from 2020-07-19rillig
2020-07-26make(1): demonstrate bug in the :S modifier with the 1 modifierrillig
2020-07-26make(1): use consistent test names in modmisc.mkrillig
2020-07-25make(1): add test for brk_string with more than 50 wordsrillig
2020-07-23make(1): demonstrate wrong error message about missing delimiterrillig
2020-07-21make(1): add test for :S,,seprillig
2020-07-21make(1): add test for :Q and .newlinerillig
2020-07-20make(1): add test for nested assignmentsrillig
2020-07-20make(1): add test for :tu modifier with spacesrillig
2020-07-19make(1): add tests for the ::= modifiersrillig
2020-07-19make(1): add tests for maximum number of capturing groups in :Crillig
2020-07-19make(1): demonstrate off-by-one bug in :C modifierrillig
2020-07-19make(1): add test for stray dollar signs in :@ modifierrillig
2020-07-04make(1): add tests for dollar characters in modifiersrillig
2020-07-04make(1): expand the test for variable expansion in the :@ modifierrillig
2020-07-04make(1): add debugging output for :@ modifierrillig
2020-07-04make(1): add test for an obscure edge case of using the :@ modifierrillig
2020-07-04make(1): add tests for the :S and :C modifiersrillig
2020-07-03make(1): clean up documentation, small refactorings for variablesrillig
2020-07-03make(1): fix bug in :E modifier, introduced in r1.239 todayrillig
2020-07-03make(1): add test for :R modifierrillig
2020-07-03make(1): add more tests for :H, :T and :E modifiersrillig