diff options
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test.html b/test.html new file mode 100644 index 0000000..09865dc --- /dev/null +++ b/test.html @@ -0,0 +1,11 @@ +<html> +<head> + <title>GrokHtml Test Document</title> +</head> +<body> + <table> + <tr><td>foo = baz</td></tr> + <tr><td>bar = quux</td></tr> + </table> +</body> +</html>
\ No newline at end of file |