code blocks will be ignored, added unit test
This commit is contained in:
8
Makefile
8
Makefile
@ -1,5 +1,11 @@
|
||||
all:
|
||||
go run *.go tests/test.md
|
||||
go run main.go tree.go test_files/test.md
|
||||
|
||||
test:
|
||||
go run main.go tree.go test_files/test.md
|
||||
go run main.go tree.go test_files/README.md
|
||||
go run main.go tree.go test_files/weird_headers.md
|
||||
go run main.go tree.go test_files/audio.md
|
||||
|
||||
clean:
|
||||
rm -vf main
|
||||
|
Reference in New Issue
Block a user