pandoc/test/command/7099.md
John MacFarlane 8d5014fdfc Logging: remove single quotes around paths in messages.
We weren't doing it consistently and it seems unnecessary.
2021-05-25 11:53:49 -07:00

18 lines
480 B
Markdown

```
% 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
[]
```