Add support for ExamplesTable properties decorators

Description

Provide ability to apply decorations to ExamplesTable properties values.


The proposed solution is to use properties decorators:

{propertyName|verbatim}=propertyValue

Example:

{propertyName|verbatim}= white-spaces-around , anotherProperty= white-spaces-around-are-trimmed , ...

will result in:

propertyName -> " white-spaces-around " anotherProperty -> "white-spaces-around-are-trimmed"

Activity

Show:

Mauro Talevi July 27, 2020 at 9:48 PM

Hi - yes much simpler. Pulled!

Valery Yatsynovich July 27, 2020 at 3:13 PM

Hi ,

I’ve made an attempt to simplify the solution, could you please review the changes: https://github.com/jbehave/jbehave-core/pull/291/files ?

All regressions tests are passed.

Thanks

Mauro Talevi July 16, 2020 at 8:43 PM

Pulled with thanks

Valery Yatsynovich July 16, 2020 at 7:54 PM

Hi ,

One more PR for review: https://github.com/jbehave/jbehave-core/pull/290/files

Thanks

Mauro Talevi July 16, 2020 at 12:30 PM

Pulled with thanks.

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created June 18, 2020 at 9:26 AM
Updated July 27, 2020 at 9:48 PM
Resolved July 13, 2020 at 5:02 PM

Flag notifications