You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, that sounds like a problem with TAP 14, which I helped with (I am in the authors section). The Test2 format predates TAP 14, and TAP 14 was specifically supposed to honor and support it. There must be an omission. Prior to TAP 14 the subtest format was not standardized and worked purely as indented lines were ignored by any conforming parser.
I will bring this up with the others who worked on TAP 14 at some point.
spec says that first result after subtest is a result of subtest so tools processing your output will report invalid reports
Example:
will produce
which will be parsed by TAP14 (or earlier) compatible parsers as:
The text was updated successfully, but these errors were encountered: