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_coffee.html
index 2f370ab..cb2e345 100644 (file)
@@ -6,12 +6,13 @@
        <title>html parser tester</title>
 </head>
 <body>
-       <h1>WHEIC html parser test page (CoffeeScript version)</h1>
+       <h1>Peach HTML5 Parser test page (CoffeeScript version)</h1>
        <p>This version of the test page compiles the CoffeeScript files in the browser, so you don't have to install CoffeeScript (or node.js).</p>
        <p>It can take a few seconds for the tests to compile.</p>
        <p>Check the inspector/console for test results.</p>
-       <script src="parse-html.coffee" type="text/coffeescript"></script>
-       <script src="test.coffee" type="text/coffeescript"></script>
+       <script src="parser.coffee" type="text/coffeescript"></script>
+       <script src="parser_tests.coffee" type="text/coffeescript"></script>
        <script src="coffee-script.js"></script>
+       <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
 </body>
 </html>