mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Add tests for #8024.
This commit is contained in:
@@ -248,6 +248,8 @@ extra-source-files:
|
||||
test/command/defaults7.yaml
|
||||
test/command/defaults8.yaml
|
||||
test/command/defaults9.yaml
|
||||
test/command/8024a.yaml
|
||||
test/command/8024b.yaml
|
||||
test/command/3533-rst-csv-tables.csv
|
||||
test/command/3880.txt
|
||||
test/command/5182.txt
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
```
|
||||
% pandoc -d command/8024a.yaml -t markdown
|
||||
Hello, if this works the text should be wrapped.
|
||||
^D
|
||||
Hello, if this
|
||||
works the text
|
||||
should be
|
||||
wrapped.
|
||||
|
||||
```
|
||||
@@ -0,0 +1,2 @@
|
||||
defaults: ${.}/8024b.yaml
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
wrap: auto
|
||||
columns: 15
|
||||
|
||||
Reference in New Issue
Block a user