>> remove more complex whitespace behaviour form tests

> make restrictRuneset pass tests
This commit is contained in:
Thomas Lindop 2025-05-15 12:16:10 +01:00
parent 3fcb56c584
commit 13e6010d04
4 changed files with 14 additions and 20 deletions

View file

@ -5,4 +5,6 @@ owl: ${SOURCES}
owl.1: man.md
pandoc -s --shift-heading-level-by=-1 --to=man man.md > owl.1
build: owl owl.1
.PHONY: build
test: *.go
go test -v .
.PHONY: build test