JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
rewrite html pretty-printing
[peach-html5-editor.git] / editor_tests_compiled.html
index f91086a..276faa7 100644 (file)
@@ -23,7 +23,7 @@
        <p>This version of the editor test page requires that you've compiled all the source files. (Just run <code>make</code>).</p>
        <form action="#" method="get">
        <p>HTML view. Changes here propagate when you remove your cursor (press tab or click outside)<br><textarea name="in" id="in">&lt;p&gt;  a b c      
-       d e f g h i j <a href="http://example.com">Click me!</a> o p q r&lt;/p>
+       d e f&lt;br>g   &lt;br>  h i j <a href="http://example.com">Click me!</a> o p q r&lt;/p>
        &lt;p> y z     &lt;strong&gt;Bold &lt;em&gt; Italic + Bold&lt;/strong&gt; Italic &lt;/em&gt; Normal&lt;/p&gt;
 &lt;p style="white-space: pre-wrap"&gt;this &amp;lt;p&amp;gt; has     white-space: pre-wrap&lt;/p&gt;
 
@@ -31,6 +31,9 @@
        &lt;div&gt;I'm in a div&lt;/div&gt;
        &lt;div&gt;I'm in a div&lt;/div&gt;
 &lt;div&gt;
+&lt;div&gt;
+&amp;nbsp;
+&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
        </textarea></p>