lang: Add indentation test to parser

This adds a test case to catch some common typos.
This commit is contained in:
James Shubin
2018-06-12 04:35:44 -04:00
parent 6e20e48489
commit 5f12ff6178
2 changed files with 45 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ function skip-testsuite()
# used at the end to tell if everything went fine
failures=''
run-testsuite ./test/test-vet.sh
run-testsuite ./test/test-misc.sh
run-testsuite ./test/test-gofmt.sh
run-testsuite ./test/test-yamlfmt.sh