summaryrefslogtreecommitdiff
path: root/test/regress/BF3C1F82-2.test
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace from error messagesMartin Michlmayr2014-05-131-2/+2
| | | | Fix for bug #867
* change handling of standard inputJohann Klähn2013-01-171-0/+12
For `-f /dev/stdin`, the `pathname` of the parsing context will be empty as for any other streamed input. `instance_t::include_directive` did not work as expected for `-f /dev/stdin` and relative file names. One would expect them to be relative to the current directory rather than `/dev`. This will lead to `While parsing file ""` messages. This could be adjusted to read `While parsing standard input`, but maybe it's not worth the special cases. This commit also fixes bug 788: behaviour of source_context for '-f -'