melexis / robot2rst

Convert your .robot files from Robot Framework to reStructuredText (.rst) files with traceable items. This allows you to connect your requirements to test cases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preserve line endings of docstrings

JasperCraeghs opened this issue · comments

Add the option to preserve line endings of certain docstrings instead of automatic line feed at 120 characters. This can be enabled by starting the value for [Documentation] with marker string *RAW*. This marker will be removed from the output. This feature allows proper output of a bullet list in RST for example.

FYI @BenWaumans

We decided to remove text wrapping at 120 characters and always preserve line endings. The RST parser will deal with line endings.