Revision: 08f3a7b8daec
Author:   Pekka Klärck
Date:     Wed Jun 29 05:53:04 2011
Log:      tweak
http://code.google.com/p/robotframework/source/detail?r=08f3a7b8daec

Modified:
 /doc/userguide/RobotFrameworkUserGuide.html
 /doc/userguide/src/CreatingTestData/CreatingUserKeywords.txt

=======================================
--- /doc/userguide/RobotFrameworkUserGuide.html Wed Jun 29 03:35:46 2011
+++ /doc/userguide/RobotFrameworkUserGuide.html Wed Jun 29 05:53:04 2011
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/"; /> +<meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/"; />
 <title>Robot Framework User Guide</title>
 <style type="text/css">

@@ -488,7 +488,7 @@
 <body>
 <div class="document" id="robot-framework-user-guide">
 <h1 class="title">Robot Framework User Guide</h1>
-<h2 class="subtitle" id="version-version">Version trunk 20110623</h2>
+<h2 class="subtitle" id="version-version">Version trunk 20110629</h2>

 <!-- This data file has been placed in the public domain. -->
 <!-- Derived from the Unicode character mappings available from
@@ -6787,7 +6787,7 @@
 <p>Notice also that keyword names and possible embedded arguments in them
should <em>not</em> be escaped using the normal <a class="reference internal" href="#escaping">test data escaping
 rules</a>. This means that, for example, backslashes in expressions
-like <span class="var">${name:\w+}</span> do not need to be escaped.</p>
+like <span class="var">${name:\w+}</span> should not be escaped.</p>
 </div>
<div class="section" id="using-variables-with-custom-embedded-argument-regular-expressions">
 <h5>Using variables with custom embedded argument regular expressions</h5>
@@ -14230,7 +14230,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: 2011-06-29 10:34 UTC.
+<p>Generated on: 2011-06-29 12:52 UTC.
 </p>

 </div>
=======================================
--- /doc/userguide/src/CreatingTestData/CreatingUserKeywords.txt Wed Jun 29 03:35:39 2011 +++ /doc/userguide/src/CreatingTestData/CreatingUserKeywords.txt Wed Jun 29 05:53:04 2011
@@ -442,7 +442,7 @@
 Notice also that keyword names and possible embedded arguments in them
 should *not* be escaped using the normal `test data escaping
 rules`__. This means that, for example, backslashes in expressions
-like :var:`${name:\\w+}` do not need to be escaped.
+like :var:`${name:\\w+}` should not be escaped.

 Using variables with custom embedded argument regular expressions
 `````````````````````````````````````````````````````````````````

Reply via email to