Revision: 4108
Author: pekka.klarck
Date: Thu Sep 23 06:48:58 2010
Log: regen
http://code.google.com/p/robotframework/source/detail?r=4108

Modified:
 /trunk/doc/userguide/RobotFrameworkUserGuide.html

=======================================
--- /trunk/doc/userguide/RobotFrameworkUserGuide.html Wed Sep 22 02:30:53 2010 +++ /trunk/doc/userguide/RobotFrameworkUserGuide.html Thu Sep 23 06:48:58 2010
@@ -1771,17 +1771,25 @@
 </ul>
<p>To prevent Robot Framework from parsing data according to these rules, a backslash can be used:</p>
 <ul class="simple">
-<li>Before leading spaces, for example <span class="code">\ some text</span></li> -<li>Between consecutive spaces, for example <span class="code">text \ \ more text</span></li> -<li>After trailing spaces, for example <span class="code">some text \ \</span></li> -<li>With <span class="code">n</span> to create a newline, for example <span class="code">first line\n2nd line</span></li> -<li>With <span class="code">t</span> to create a tab character, for example <span class="code">text\tmore text</span></li> -<li>With <span class="code">r</span> to create a carriage return, for example <span class="code">text\rmore text</span></li> +<li>Before leading spaces, for example <span class="code">\ some text</span>.</li> +<li>Between consecutive spaces, for example <span class="code">text \ \ more text</span>.</li> +<li>After trailing spaces, for example <span class="code">some text \ \</span>.</li> +<li>As <span class="code">\n</span> to create a newline, for example <span class="code">first line\n2nd line</span>.</li> +<li>As <span class="code">\t</span> to create a tab character, for example <span class="code">text\tmore text</span>.</li> +<li>As <span class="code">\r</span> to create a carriage return, for example <span class="code">text\rmore text</span>.</li>
 </ul>
 <p>Another, and often clearer, possibility for representing leading,
trailing, or consecutive spaces is using <a class="reference internal" href="#space-and-empty-variables">built-in variable</a> <span class="var">${SPACE}</span>. The <a class="reference internal" href="#extended-variable-syntax">extended variable syntax</a> even allows syntax like <span class="var">${SPACE * 8}</span> which makes handling consecutive spaces very simple.</p>
+<div class="note">
+<p class="first admonition-title">Note</p>
+<p class="last">Possible unescaped whitespace character after the <span class="code">\n</span> is
+ignored to allow wrapping long lines containing newlines. This
+means that <span class="code">two lines\nhere</span> and <span class="code">two lines\n here</span>
+are equivalent. An exception to this rule is that the whitespace
+character is not ignored inside the <a class="reference internal" href="#extended-variable-syntax">extended variable syntax</a>.</p>
+</div>
 </div>
 <div class="section" id="dividing-test-data-to-several-rows">
<h4><a class="toc-backref" href="#id316">Dividing test data to several rows</a></h4>
@@ -13632,7 +13640,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-09-22 09:26 UTC.
+<p>Generated on: 2010-09-23 13:48 UTC.
 </p>

 </div>

Reply via email to