Added test with sample file
This commit is contained in:
@ -15,9 +15,9 @@ test-internal: margin-notes.lua test/test-functions.lua
|
||||
@echo -e '==========================\nAll internal tests passed.\n==========================\n'
|
||||
rm --interactive=never test/tmp.lua
|
||||
|
||||
test: margin-notes.lua test/test.md
|
||||
pandoc -t native -L margin-notes.lua test/test.md > test/tmp.native
|
||||
diff test/tmp.native test/test.native
|
||||
test: margin-notes.lua sample.md
|
||||
pandoc -t native -L margin-notes.lua sample.md > test/tmp.native
|
||||
diff test/tmp.native test/sample.native
|
||||
@echo -e '\n===============\ntest passed.\n===============\n'
|
||||
rm test/tmp.native
|
||||
|
||||
|
Reference in New Issue
Block a user