mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Error messages: use single quotes around paths and format names.
Closes #11645.
This commit is contained in:
@@ -48,13 +48,13 @@ Pandoc
|
||||
% pandoc -s -t native --data-dir=command/5876 --metadata-file=does-not-exist.yaml
|
||||
Hello
|
||||
^D
|
||||
2> Could not find metadata file does-not-exist.yaml
|
||||
2> Could not find metadata file 'does-not-exist.yaml'
|
||||
=> 98
|
||||
```
|
||||
```
|
||||
% pandoc -s -t native --metadata-file=does-not-exist.yaml
|
||||
Hello
|
||||
^D
|
||||
2> Could not find metadata file does-not-exist.yaml
|
||||
2> Could not find metadata file 'does-not-exist.yaml'
|
||||
=> 98
|
||||
```
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
% pandoc -s -t native --data-dir=command/7861 --metadata-file=../../7861.yaml
|
||||
Hello
|
||||
^D
|
||||
2> Could not find metadata file ../../7861.yaml
|
||||
2> Could not find metadata file '../../7861.yaml'
|
||||
=> 98
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user