Updates:
Status: Invalid
Comment #5 on issue 373 by pekka.klarck: Comments are not properly ignored
http://code.google.com/p/robotframework/issues/detail?id=373
The problem with the test case in the previous comment is that it's not
valid reST.
As I explained in a comment to issue 374, Robot Framework uses docutils
internally to
convert reST to HTML and if that conversion fails it doesn't even start to
parse the
test data.
I've converted the example in the previous comment to a valid reST table
below.
Notice that reST requires that there cannot be anything between columns and
that
empty lines must be escaped.
======================= ==========================
=========================
Test Case Value Value
======================= ==========================
=========================
# This comment is O.K.
# This comment is O.K. also even though it is in multiple cells
\
pass test should be true 4 < 5
fail test should be true 5 < 4
======================= ==========================
=========================
--
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