faucet icon indicating copy to clipboard operation
faucet copied to clipboard

Don't mark diagnostic line with no test lines as "passing"?

Open awlayton opened this issue 9 years ago • 0 comments

I have a test that produces the following TAP output:

TAP version 13
# foo
# bar
ok 1 yay!

1..1
# tests 1
# pass  1

# ok

faucet gives this output:

✓ foo
✓ bar
# tests 1
# pass  1
✓ ok

I would have expected the foo line to not be marked as passing. I expected it to just remain # foo.

awlayton avatar Feb 05 '16 21:02 awlayton