>> remove more complex whitespace behaviour form tests
> make restrictRuneset pass tests
This commit is contained in:
parent
3fcb56c584
commit
13e6010d04
4 changed files with 14 additions and 20 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue