Revision: 3865
Author: pekka.klarck
Date: Mon Aug 23 04:50:53 2010
Log: note about empty cells being allowed before ... only in 2.5.2+ (issue 609)
http://code.google.com/p/robotframework/source/detail?r=3865

Modified:
 /trunk/doc/userguide/RobotFrameworkUserGuide.html
 /trunk/doc/userguide/src/CreatingTestData/TestDataSyntax.txt

=======================================
--- /trunk/doc/userguide/RobotFrameworkUserGuide.html Mon Aug 23 03:22:46 2010 +++ /trunk/doc/userguide/RobotFrameworkUserGuide.html Mon Aug 23 04:50:53 2010
@@ -1997,7 +1997,7 @@
 <td>...</td>
 <td>t-4</td>
 <td>t-5</td>
-<td></td>
+<td>&nbsp;</td>
 </tr>
 <tr><td></td>
 <td>Do X</td>
@@ -2031,6 +2031,12 @@
 </tr>
 </tbody>
 </table>
+<div class="note">
+<p class="first admonition-title">Note</p>
+<p class="last">Empty cells before ellipsis are allowed generally only in Robot
+Framework 2.5.2 and newer. In earlier versions single leading
+empty cell is allowed inside <a class="reference internal" href="#for-loops">for loops</a> but not otherwise.</p>
+</div>
 <div class="section" id="splitting-test-data-in-rest-tables">
 <h5>Splitting test data in reST tables</h5>
 <p>In the plain text markup for reST tables, there are two types of table
@@ -13299,7 +13305,7 @@
 <div class="footer">
 <hr class="footer" />
<p>Generated by <a class="reference external" href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a>. Syntax highlighting by <a class="reference external" href="http://pygments.org/";>Pygments</a>.</p>
-<p>Generated on: 2010-08-23 10:21 UTC.
+<p>Generated on: 2010-08-23 11:47 UTC.
 </p>

 </div>
=======================================
--- /trunk/doc/userguide/src/CreatingTestData/TestDataSyntax.txt Mon Aug 23 03:22:37 2010 +++ /trunk/doc/userguide/src/CreatingTestData/TestDataSyntax.txt Mon Aug 23 04:50:53 2010
@@ -324,7 +324,7 @@
 __ reStructuredText_
 __ http://docutils.sourceforge.net/docs/user/rst/quickref.html

-.. note:: Using reST files with Robot Framework requires the Python docutils +.. Note:: Using reST files with Robot Framework requires the Python docutils
           module to be installed.

In reST files, test data is defined in tables within the document, similar to
@@ -593,7 +593,7 @@
    Example      [Documentation]   Documentation   for this    test case.
    \            ...               This can get    quite       long...
    \            [Tags]            t-1             t-2         t-3
-   \            ...               t-4             t-5         \
+   \            ...               t-4             t-5
    \            Do X              one             two         three
    \            ...               four            five        six
    \            ${var} =          Get X           1           2
@@ -601,6 +601,10 @@
    \            ...               ...             6
    ===========  ================  ==============  ==========  ==========

+.. Note:: Empty cells before ellipsis are allowed generally only in Robot
+          Framework 2.5.2 and newer. In earlier versions a single leading
+          empty cell is allowed inside `for loops`_ but not otherwise.
+
 Splitting test data in reST tables
 ```````````````````````````````````

Reply via email to