Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mocks into testdir. | Kaz Kylheku | 2022-03-23 | 1 | -3/+0 |
| | |||||
* | hygiene: shell escape $awk and $prepro. | Kaz Kylheku | 2022-03-23 | 1 | -0/+3 |
Since $awk and $prepro are now controlled via command line options, and are being fed to eval, we should shell escape them. Two of our test cases rely on the loose interpolation behavior; we fix those using proper external mock programs testawk and testcpp. |