diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-02-13 13:05:17 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-02-13 13:08:34 -0800 |
commit | 6e73273916a55448c1a12ece343454ef139648a8 (patch) | |
tree | 7ba77bd81915d5a8c839f8332d31199b65d6f619 /test/command | |
parent | a3beed9db874517fa57b55380658f4e019e809b2 (diff) | |
download | pandoc-6e73273916a55448c1a12ece343454ef139648a8.tar.gz |
T.P.Error: export `renderError`.
Refactor `handleError` to use `renderError`. This allows us
render error messages without exiting.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/7099.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/7099.md b/test/command/7099.md new file mode 100644 index 000000000..d9ff8e5ff --- /dev/null +++ b/test/command/7099.md @@ -0,0 +1,8 @@ +``` +% pandoc -f html -t native --verbose +<iframe src=""></iframe> +^D +[INFO] Fetching ... +[INFO] Skipped '<iframe src></iframe>' at input line 1 column 1 +[] +``` |