Details
Description
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).
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.x [ 16979 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 3.6.4 [ 18434 ] | |
Fix Version/s | 3.x [ 16979 ] | |
Resolution | Fixed [ 1 ] |
Mauro Talevi
made changes -
Fix Version/s | 3.7 [ 18390 ] |
I forgot to wrap the table in a code block...