Skip to content

Commit 21a13da

Browse files
committed
Renamed some test input files.
1 parent 6e93a0a commit 21a13da

32 files changed

Lines changed: 4 additions & 3768 deletions

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ $ brew install md2pdf
5252

5353
`mdtopdf` supports colourised output via the [gohighlight module](https://github.com/jessp01/gohighlight).
5454

55-
For examples, see [testdata/Markdown Documentation - Syntax.text](testdata/Markdown Documentation - Syntax.text) and [testdata/Markdown Documentation - Syntax.pdf](testdata/Markdown Documentation - Syntax.pdf)
55+
For examples, see [testdata/syntax_highlighting.md](./testdata/syntax_highlighting.md) and
56+
[testdata/syntax_highlighting.pdf](./testdata/syntax_highlighting.pdf)
5657

5758
## Custom themes
5859

mdtopdf_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ func TestMarkdownDocumenationBasic(t *testing.T) {
7474
}
7575

7676
func TestMarkdownDocumenationSyntax(t *testing.T) {
77-
testit("Markdown Documentation - Syntax.text", false, t)
77+
testit("syntax.md", false, t)
7878
}
7979

8080
func TestMarkdownDocumenationColourSyntax(t *testing.T) {
81-
testit("Markdown Documentation - Colour.text", true, t)
81+
testit("syntax_highlighting.md", true, t)
8282
}
8383

8484
func TestImage(t *testing.T) {
0 Bytes
Binary file not shown.

testdata/Auto links.pdf

0 Bytes
Binary file not shown.

testdata/Backslash escapes.pdf

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

testdata/Code Blocks.pdf

0 Bytes
Binary file not shown.

testdata/Code Spans.pdf

0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)