Empty lines in an example table are processed as tests
Description
I commented some lines from an example and inserted an empty line in between like this:
header1
header2
value
value
--
value
value
this causes an empty set of parameters to be processed after the active lines are processed, I assume that the empty lines are processed as tests as well.
If I remove the empty line again, the empty test run disappears.
I commented some lines from an example and inserted an empty line in between like this:
header1
header2
value
value
--
value
value
this causes an empty set of parameters to be processed after the active lines are processed, I assume that the empty lines are processed as tests as well.
If I remove the empty line again, the empty test run disappears.