Author: laukpe
Date: Tue Apr 7 09:04:13 2009
New Revision: 1724
Modified:
trunk/atest/robot/parsing/caching_libs_and_resources.html
Log:
windows compatibility (simpler than the one that i just removed on mac and
this time also tested on windows)
Modified: trunk/atest/robot/parsing/caching_libs_and_resources.html
==============================================================================
--- trunk/atest/robot/parsing/caching_libs_and_resources.html (original)
+++ trunk/atest/robot/parsing/caching_libs_and_resources.html Tue Apr 7
09:04:13 2009
@@ -451,7 +451,7 @@
<td>${pre}</td>
<td>${post} =</td>
<td>Set Variable</td>
-<td>${SYSLOG.split("${text}")}</td>
+<td>${SYSLOG.split("${text.replace('\\','\\\\')}")}</td>
</tr>
<tr>
<td></td>