JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update documentation
[peach-html5-editor.git] / parser_tests.html
diff --git a/parser_tests.html b/parser_tests.html
new file mode 100644 (file)
index 0000000..f0c7c82
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+       <meta charset="UTF-8">
+       <link rel="icon" href="data:;base64,iVBORw0KGgo=">
+       <title>html parser tester</title>
+</head>
+<body>
+       <h1>WHEIC html parser test page (javascript version)</h1>
+       <p>You'll need to run <code>make</code> to build the javascript files used on this page.</p>
+       <p>If you don't have node.js and CoffeeScript installed, you can <a href="parser_tests_coffee.html">use the other test page</a> which compiles the CoffeeScript files on the fly in the browser.</p>
+       <p>Check the inspector/console for test results.</p>
+       <script src="parse-html.js"></script>
+       <script src="test.js"></script>
+</body>
+</html>