more acceptance tests

This commit is contained in:
Yann Hamon 2020-10-18 14:04:23 +02:00
parent 51732e6a21
commit 9dda2ff599
3 changed files with 27 additions and 2 deletions

View file

@ -57,7 +57,7 @@ func (o *text) Write(filename, kind, name, version string, reserr error, skipped
_, err = fmt.Fprintf(o.w, "%s - %s %s skipped\n", filename, name, kind)
}
o.nSkipped++
case EMPTY:
case EMPTY: // sent to ensure we count the filename as parsed
}
return err