Updates:
        Status: Invalid

Comment #1 on issue 374 by pekka.klarck: Blank lines are not properly ignored
http://code.google.com/p/robotframework/issues/detail?id=374

Similarly as with issue 373, these errors and warnings come directly from docutils. Robot Framework just uses docutils internally to convert reST data to HTML, and a requirement for this is that the data must be valid reST. If the conversion fails, then the test execution will fail totally before RF itself even starts to parse the data.

For example the valid test data table below has one empty row. Notice that it is escaped with '\' as required by reST syntax. For more examples with empty rows see
QuickStartGuide and UserGuide which are both generated from reST sources.

===========  ========  ==================
 Test Case    Action        Argument
===========  ========  ==================
Example 1    Log       Next row is empty
\
Example 2    Log       Above row is empty
===========  ========  ==================


--
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