aboutsummaryrefslogtreecommitdiff
path: root/test/command/7099.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-02-13 13:05:17 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-02-13 13:08:34 -0800
commit6e73273916a55448c1a12ece343454ef139648a8 (patch)
tree7ba77bd81915d5a8c839f8332d31199b65d6f619 /test/command/7099.md
parenta3beed9db874517fa57b55380658f4e019e809b2 (diff)
downloadpandoc-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/7099.md')
-rw-r--r--test/command/7099.md8
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
+[]
+```