Details
Description
I tried to improve the layout of an example table in one story by adding newlines before each comment line (to improve the legibility a bit),
however it turns out that an empty line in the table gives a list of empty parameters in the examples (e.g. ||| when you have 2 parameters).
I think it would be better if empty lines are ignored, unless I'm missing something.
If that is ok, I can write a patch.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 3.6 [ 17721 ] | |
Resolution | Fixed [ 1 ] |
for example:
Scenario: a scenario
Given <string>
Examples:
|string|
|-- a comment
|parameter|
gives
Examples:
Given <string>
|string|
||
||
|parameter|