code blocks will be ignored, added unit test

This commit is contained in:
2024-05-06 23:12:35 +02:00
parent e9abea6b73
commit 779bd103c6
8 changed files with 50 additions and 6 deletions

View File

@ -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