JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix backspace of last character in a block
[peach-html5-editor.git] / parser_tests_coffee.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 (CoffeeScript version)</h1>
10         <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>
11         <p>It can take a few seconds for the tests to compile.</p>
12         <p>Check the inspector/console for test results.</p>
13         <script src="parser.coffee" type="text/coffeescript"></script>
14         <script src="parser_tests.coffee" type="text/coffeescript"></script>
15         <script src="coffee-script.js"></script>
16         <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
17 </body>
18 </html>