diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/7099.md | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/test/command/7099.md b/test/command/7099.md index d9ff8e5ff..33ac8aea1 100644 --- a/test/command/7099.md +++ b/test/command/7099.md @@ -2,7 +2,17 @@ % pandoc -f html -t native --verbose <iframe src=""></iframe> ^D -[INFO] Fetching ... -[INFO] Skipped '<iframe src></iframe>' at input line 1 column 1 +[INFO] Skipped '<iframe src></iframe>' at input line 1 column 16 +[] +``` + +``` +% pandoc -f html -t native --verbose +<iframe src="h:invalid@url"></iframe> +^D +[INFO] Fetching h:invalid@url... +[WARNING] Could not fetch resource 'h:invalid@url': Could not fetch h:invalid@url + InvalidUrlException "h:invalid@url" "Invalid scheme" +[INFO] Skipped '<iframe src="h:invalid@url"></iframe>' at input line 1 column 29 [] ``` |