JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
code cleanup: var/func renames
[peach-html5-editor.git] / parser_tests.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <meta charset="UTF-8">
5         <link rel="icon" href="data:;base64,iVBORw0KGgo=">
6         <title>html parser tester</title>
7 </head>
8 <body>
9         <h1>Peach HTML5 Parser test page (javascript version)</h1>
10         <p>You'll need to run <code>make</code> to build the javascript files used on this page.</p>
11         <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>
12         <p>Check the inspector/console for test results.</p>
13         <script src="parser.js"></script>
14         <script src="parser_tests.js"></script>
15         <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
16 </body>
17 </html>