aboutsummaryrefslogtreecommitdiff
path: root/test/command/7099.md
AgeCommit message (Collapse)AuthorFilesLines
2021-05-25Logging: remove single quotes around paths in messages.John MacFarlane1-1/+1
We weren't doing it consistently and it seems unnecessary.
2021-02-13HTML reader: fix bad handling of empty src attribute in iframe.John MacFarlane1-2/+12
- If src is empty, we simply skip the iframe. - If src is invalid or cannot be fetched, we issue a warning and skip instead of failing with an error. - Closes #7099.
2021-02-13T.P.Error: export `renderError`.John MacFarlane1-0/+8
Refactor `handleError` to use `renderError`. This allows us render error messages without exiting.