File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ PANDOC ?= pandoc
5
5
6
6
test : test_latex test_html
7
7
8
- test_html : sample.md expected.html first-line-indent.lua
8
+ test_html : sample.md first-line-indent.lua
9
9
@$(PANDOC ) -s --lua-filter first-line-indent.lua --to=html $< \
10
10
| $(DIFF ) expected.html -
11
11
12
- test_latex : sample.md expected.tex first-line-indent.lua
12
+ test_latex : sample.md first-line-indent.lua
13
13
@$(PANDOC ) -s --lua-filter first-line-indent.lua --to=latex $< \
14
14
| $(DIFF ) expected.tex -
15
15
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ PANDOC ?= pandoc
5
5
6
6
test : test_html test_latex
7
7
8
- test_html : sample.md expected.html not-in-format.lua
8
+ test_html : sample.md not-in-format.lua
9
9
@$(PANDOC ) --lua-filter not-in-format.lua --to=html $< \
10
10
| $(DIFF ) expected.html -
11
11
12
- test_latex : sample.md expected.tex not-in-format.lua
12
+ test_latex : sample.md not-in-format.lua
13
13
@$(PANDOC ) --lua-filter not-in-format.lua --to=latex $< \
14
14
| $(DIFF ) expected.tex -
15
15
You can’t perform that action at this time.
0 commit comments