Issue Type: Improvement Improvement
Affects Versions: 3.8
Assignee: Unassigned
Components: Core
Created: 22/Nov/13 1:43 AM
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.

Project: JBehave
Priority: Major Major
Reporter: Otto Diesel
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to