2 new revisions:

Revision: d0fdbff888eb
Branch:   default
Author:   Robot Framework Developers (robotframew...@gmail.com)
Date:     Wed Oct 16 13:54:58 2013 UTC
Log:      BuiltIn: updated regexp docs that referenced outdated link
http://code.google.com/p/robotframework/source/detail?r=d0fdbff888eb

Revision: 354888063209
Branch:   default
Author:   Robot Framework Developers (robotframew...@gmail.com)
Date:     Wed Oct 16 13:55:03 2013 UTC
Log:      Automated merge with https://robotframework.googlecode.com/hg/
http://code.google.com/p/robotframework/source/detail?r=354888063209

==============================================================================
Revision: d0fdbff888eb
Branch:   default
Author:   Robot Framework Developers (robotframew...@gmail.com)
Date:     Wed Oct 16 13:54:58 2013 UTC
Log:      BuiltIn: updated regexp docs that referenced outdated link
http://code.google.com/p/robotframework/source/detail?r=d0fdbff888eb

Modified:
 /src/robot/libraries/BuiltIn.py

=======================================
--- /src/robot/libraries/BuiltIn.py     Mon Sep  9 11:59:29 2013 UTC
+++ /src/robot/libraries/BuiltIn.py     Wed Oct 16 13:54:58 2013 UTC
@@ -681,13 +681,10 @@
     def should_match_regexp(self, string, pattern, msg=None, values=True):
"""Fails if `string` does not match `pattern` as a regular expression.

- Regular expression check is done using the Python 're' module, which - has a pattern syntax derived from Perl, and thus also very similar to
-        the one in Java. See the following documents for more details about
- regular expressions in general and Python implementation in particular.
-
-        | http://docs.python.org/lib/module-re.html
-        | http://www.amk.ca/python/howto/regex/
+        Regular expression check is implemented using the Python
+ [http://docs.python.org/2/library/re.html|re module]. Python's regular
+        expression syntax is derived from Perl, and it is thus also very
+        similar to the syntax used, for example, in Java, Ruby and .NET.

Things to note about the regexp syntax in Robot Framework test data:


==============================================================================
Revision: 354888063209
Branch:   default
Author:   Robot Framework Developers (robotframew...@gmail.com)
Date:     Wed Oct 16 13:55:03 2013 UTC
Log:      Automated merge with https://robotframework.googlecode.com/hg/
http://code.google.com/p/robotframework/source/detail?r=354888063209


--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to