File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ PANDOC ?= pandoc
55
66test : test_latex test_html
77
8- test_html : sample.md expected.html first-line-indent.lua
8+ test_html : sample.md first-line-indent.lua
99 @$(PANDOC ) -s --lua-filter first-line-indent.lua --to=html $< \
1010 | $(DIFF ) expected.html -
1111
12- test_latex : sample.md expected.tex first-line-indent.lua
12+ test_latex : sample.md first-line-indent.lua
1313 @$(PANDOC ) -s --lua-filter first-line-indent.lua --to=latex $< \
1414 | $(DIFF ) expected.tex -
1515
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ PANDOC ?= pandoc
55
66test : test_html test_latex
77
8- test_html : sample.md expected.html not-in-format.lua
8+ test_html : sample.md not-in-format.lua
99 @$(PANDOC ) --lua-filter not-in-format.lua --to=html $< \
1010 | $(DIFF ) expected.html -
1111
12- test_latex : sample.md expected.tex not-in-format.lua
12+ test_latex : sample.md not-in-format.lua
1313 @$(PANDOC ) --lua-filter not-in-format.lua --to=latex $< \
1414 | $(DIFF ) expected.tex -
1515
You can’t perform that action at this time.
0 commit comments