2009/dap/ReSpec.js/test-spec webidl.html,1.15,1.16

Update of /sources/public/2009/dap/ReSpec.js/test-spec
In directory hutz:/tmp/cvs-serv22728/test-spec

Modified Files:
	webidl.html 
Log Message:
trim leading space in examples

Index: webidl.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/test-spec/webidl.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- webidl.html	3 Dec 2009 12:21:52 -0000	1.15
+++ webidl.html	3 Dec 2009 12:36:56 -0000	1.16
@@ -532,5 +532,30 @@
       </p>
       <div class='idl' title='typedef foo::Stuff[] ArrayOfStuff'></div>
     </section>
+    
+    <section>
+      <h2>This actually tests example, but *shrug*</h2>
+      <pre class='example'>
+        This is over indented
+        So is this
+      </pre>
+      <p>
+        The following has stray WS at start
+      </p>
+      <pre class='example'>                                           
+        This is indented
+        So is this
+      </pre>
+      <p>
+        More complex
+      </p>
+      <pre class='example'>
+        foo {
+            bar {
+                baz  xxx   xxx     xxx
+            }
+        }
+      </pre>
+    </section>
   </body>
 </html>

Received on Thursday, 3 December 2009 12:37:07 UTC