Revision: 2081
Author: pekka.klarck
Date: Wed Jul 29 02:07:09 2009
Log: test data for issue 312 and issue 314
http://code.google.com/p/robotframework/source/detail?r=2081
Added:
/trunk/atest/testdata/parsing/emptydir
/trunk/atest/testdata/parsing/html/malformed.html
/trunk/atest/testdata/parsing/unsupported.txt
=======================================
--- /dev/null
+++ /trunk/atest/testdata/parsing/html/malformed.html Wed Jul 29 02:07:09
2009
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Malformed HTML</title></head>
+<body>
+<table border="1">
+ <tr>
+ <th>Test Case</th>
+ <th>Action</th>
+ <th>Argument</th>
+ <th>Argument</th>
+ <th>Argument</th>
+ </tr>
+ <tr>
+ <td>Valid Test</td>
+ <td>Log</td>
+ <td>Hello, world!</td>
+ </tr>
+</table>
+<p>
+ Parsing following invalid HTML fails as explained in <a
href="http://code.google.com/p/robotframework/issues/detail?id=314">issue
314</a>
+ <br>
+<a href="http://spam"eggs">spam</a>
+</p>
+</body></html>
=======================================
--- /dev/null
+++ /trunk/atest/testdata/parsing/unsupported.txt Wed Jul 29 02:07:09 2009
@@ -0,0 +1,1 @@
+Not valid data format