Fixed some test locations and put test data files in extra-source-files.

This commit is contained in:
John MacFarlane 2019-11-14 06:21:00 -08:00
parent a1f69b1c7d
commit 3645f9babe
11 changed files with 13 additions and 7 deletions

View file

@ -196,6 +196,12 @@ extra-source-files:
test/bodybg.gif
test/*.native
test/command/*.md
test/command/A.txt
test/command/B.txt
test/command/C.txt
test/command/D.txt
test/command/defaults1.yaml
test/command/defaults2.yaml
test/command/3533-rst-csv-tables.csv
test/command/3880.txt
test/command/5182.txt

View file

@ -1,5 +1,5 @@
```
% pandoc -t markdown -s -H D.txt -d defaults1.yaml -d defaults2.yaml
% pandoc -t markdown -s -H command/D.txt -d command/defaults1.yaml -d command/defaults2.yaml
Ok
^D
here's d

View file

@ -1,5 +1,5 @@
```
% pandoc -s -t markdown -H test/B.txt --variable header-includes:foo
% pandoc -s -t markdown -H command/B.txt --variable header-includes:foo
Hi
^D
foo

View file

@ -0,0 +1 @@
include-in-header: command/A.txt

View file

@ -0,0 +1,4 @@
include-in-header:
- command/B.txt
- command/C.txt

View file

@ -1 +0,0 @@
include-in-header: A.txt

View file

@ -1,4 +0,0 @@
include-in-header:
- B.txt
- C.txt