aboutsummaryrefslogtreecommitdiff
path: root/test/command/7099.md
blob: 33ac8aea1a3020c2db53ccdcf0a2d09526d8b8d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
```
% pandoc -f html -t native --verbose
<iframe src=""></iframe>
^D
[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
[]
```