Updates:
Status: WontFix
Comment #1 on issue 1388 by pekka.klarck: Plain text to HTML (test doc)
transformation does not work for some markup syntax
http://code.google.com/p/robotframework/issues/detail?id=1388
Both of these problems are due to how Robot handles whitespace while
parsing test data. In practice all consecutive spaces are collapsed. To
preserve then you need to either escape them with a backslash like `three \
\ spaces` or use ${SPACE} variable like `three${SPACE*3}spaces`.
Notice that in test library documentation spaces are preserved.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.