JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
replace del key hack with one that uses backspace code
[peach-html5-editor.git] / parser_tests.html
index 5288014..1935186 100644 (file)
@@ -6,11 +6,12 @@
        <title>html parser tester</title>
 </head>
 <body>
-       <h1>WHEIC html parser test page (javascript version)</h1>
+       <h1>Peach HTML5 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="parser.js"></script>
        <script src="parser_tests.js"></script>
+       <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
 </body>
 </html>