Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: support spaces in path and TMPDIR | David Kalnischkies | 2015-12-19 | 1 | -2/+2 |
| | | | | | | | This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore | ||||
* | add more parsing error checking for rred | David Kalnischkies | 2015-06-09 | 1 | -0/+194 |
The rred parser is very accepting regarding 'invalid' files. Given that we can't trust the input it might be a bit too relaxed. In any case, checking for more errors can't hurt given that we support only a very specific subset of ed commands. |