JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
cleanup file/function names
[peach-html5-editor.git] / editor_tests_coffee.html
diff --git a/editor_tests_coffee.html b/editor_tests_coffee.html
new file mode 100644 (file)
index 0000000..3e0a005
--- /dev/null
@@ -0,0 +1,19 @@
+<!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 editor test page (CoffeeScript version)</h1>
+       <p>This version of the test page compiles the CoffeeScript files in the browser. This is slower to load, but saves you having to rebuild as you work (or even install CoffeeScript).</p>
+       <form action="#" method="get">
+       <p><textarea rows="9" cols="22" name="test_wysiwyg">&lt;p&gt;Normal &lt;strong&gt;Bold &lt;em&gt; Italic+Bold&lt;/strong&gt; Italic&lt;/em&gt; Normal&lt;/p&gt;</textarea></p>
+               
+       </form>
+       <script src="parser.coffee" type="text/coffeescript"></script>
+       <script src="editor.coffee" type="text/coffeescript"></script>
+       <script src="coffee-script.js"></script>
+</body>
+</html>