Fixed
Details
Assignee
Valery YatsynovichValery YatsynovichReporter
Yauheni BarvinskiYauheni BarvinskiFix versions
Priority
Lowest
Details
Details
Assignee
Valery Yatsynovich
Valery YatsynovichReporter
Yauheni Barvinski
Yauheni BarvinskiFix 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
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"