Fix name and add missing test file to testcases

This commit is contained in:
Joël Stemmer 2022-03-27 22:50:47 +01:00
parent 0b843fc2b7
commit 03a83721a2
3 changed files with 4 additions and 0 deletions

View File

@ -169,6 +169,10 @@ var testCases = []TestCase{
name: "34-notest.txt",
reportName: "34-report.xml",
},
{
name: "35-whitespace.txt",
reportName: "35-report.xml",
},
}
func TestNewOutput(t *testing.T) {