summaryrefslogtreecommitdiff
path: root/test/command/7099.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/7099.md')
-rw-r--r--test/command/7099.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/command/7099.md b/test/command/7099.md
index 467b22a16..5dcaa64eb 100644
--- a/test/command/7099.md
+++ b/test/command/7099.md
@@ -2,7 +2,7 @@
% pandoc -f html -t native --verbose
<iframe src=""></iframe>
^D
-[INFO] Skipped '<iframe src></iframe>' at input line 1 column 16
+2> [INFO] Skipped '<iframe src></iframe>' at input line 1 column 16
[]
```
@@ -10,9 +10,9 @@
% 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
+2> [INFO] Fetching h:invalid@url...
+2> [WARNING] Could not fetch resource h:invalid@url: Could not fetch h:invalid@url
+2> InvalidUrlException "h:invalid@url" "Invalid scheme"
+2> [INFO] Skipped '<iframe src="h:invalid@url"></iframe>' at input line 1 column 29
[]
```