Rui Figueira created JBEHAVE-722: ------------------------------------ Summary: Examples Table parser can be improved to allow a comment as the first line Key: JBEHAVE-722 URL: https://jira.codehaus.org/browse/JBEHAVE-722 Project: JBehave Issue Type: Improvement Components: Core Affects Versions: 3.5.4 Reporter: Rui Figueira Priority: Minor
I tried to format a examples table in the following way: |-----|-----| | one | two | |-----|-----| | 1 | 2 | |-----|-----| However, the examples table parser requires the table to start with the header (it cannot start with a comment). To allow it, I just did the following patch: https://github.com/ruifigueira/jbehave-core/commit/0580bb233f885fd8bc9520238a78007c97f9987e (just consider changes in ExamplesTable and ExamplesTableBehaviour). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa 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