Fixed some test locations and put test data files in extra-source-files.
This commit is contained in:
parent
a1f69b1c7d
commit
3645f9babe
11 changed files with 13 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
1
test/command/defaults1.yaml
Normal file
1
test/command/defaults1.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
include-in-header: command/A.txt
|
4
test/command/defaults2.yaml
Normal file
4
test/command/defaults2.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
include-in-header:
|
||||
- command/B.txt
|
||||
- command/C.txt
|
||||
|
|
@ -1 +0,0 @@
|
|||
include-in-header: A.txt
|
|
@ -1,4 +0,0 @@
|
|||
include-in-header:
|
||||
- B.txt
|
||||
- C.txt
|
||||
|
Loading…
Add table
Reference in a new issue