Details
Description
Can you please support inline comments like in the example below?
Examples: |accountNr |city | |123 !-- private customer|Zuerich| |312 |Zuerich| |999 !-- company customer|Basel |
The above example does not work, neither with !-- nor with |--.
As it seems, comments can only start on a new line in JBehave. So a workaround would be:
Examples: |accountNr |city | !-- private customer |123 |Zuerich| |312 |Zuerich| !-- company customer |999 |Basel |
But this is not so readable as the inline comments since it destroys the layout of the example table quite a bit.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mauro Talevi [ maurotalevi ] | |
Fix Version/s | 3.9 [ 19035 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Supported via inline comment separator:
Examples: {commentSeparator=#} |accountNr |city | |123 #private customer|Zuerich| |312 |Zuerich| |999 #company customer|Basel |