Updates:
        Status: WontFix

Comment #7 on issue 373 by pekka.klarck: Comments are not properly ignored
http://code.google.com/p/robotframework/issues/detail?id=373

No, I don't think it's possible. If you want to use reST, you need to first make sure your data uses valid reST syntax. You should be able to convert the data to HTML using rst2html.py tool installed with docutils -- that's very close to what Robot Framework does internally. Robot Framework never itself parses reST syntax, it always parses the generated HTML and only there RF specific syntax like using '#' to mark comments matters. Comments in reST use '..' and I think you cannot use them inside
tables.

I change the status to WontFix because theoretically we could start processing reST directly and then change the syntax so that the example in comment 4 would work. In reality that won't happen because a) it's a huge task with very little benefits and
b) I wouldn't like to change reST syntax in the first place.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to