Improve tests: Add pretty_org fixtures to allow testing pretty printing

Until now we expected the .org file to print back to itself - we can't do that
when the input is not pretty printed already - with the introduction of blocks
with unindented content that will be the case.
This commit is contained in:
Niklas Fasching 2018-12-18 23:50:55 +01:00
parent c26d39284c
commit ade2a1c875
14 changed files with 356 additions and 8 deletions

View file

@ -23,12 +23,12 @@ render:
go run main.go org/testdata/$(case).org html | html2text
.PHONY: generate
generate: generate-gh-pages generate-html-fixtures
generate: generate-gh-pages generate-fixtures
.PHONY: generate-gh-pages
generate-gh-pages: build
./etc/generate-gh-pages
.PHONY: generate-html-fixtures
generate-html-fixtures: build
./etc/generate-html-fixtures
.PHONY: generate-fixtures
generate-fixtures: build
./etc/generate-fixtures