[DRE-commits] [ruby-org] 231/303: Update case of broken lists and improved indentation

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:34:03 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository ruby-org.

commit ee63201d8e69d360ca4c2dc1b799af44c82c5f86
Author: Waldemar Quevedo <waldemar.quevedo at gmail.com>
Date:   Mon Jan 14 11:46:53 2013 +0900

    Update case of broken lists and improved indentation
---
 spec/html_examples/code-block-lists.html |   48 ++++++++++++++----------------
 1 file changed, 22 insertions(+), 26 deletions(-)

diff --git a/spec/html_examples/code-block-lists.html b/spec/html_examples/code-block-lists.html
index 72d3d01..96d5c79 100644
--- a/spec/html_examples/code-block-lists.html
+++ b/spec/html_examples/code-block-lists.html
@@ -11,22 +11,19 @@ puts "test"
 </pre>
 <ul>
   <li>List starts
-  <ul>
-    <li>Block without indentation
-    <pre class="example">
-puts "test"
-    </pre>
-    </li>
     <ul>
-      </li>
-      <li>List continues here
-      <ul>
-        <li>and finished here
-        </li>
-      </ul>
+      <li>Block without indentation
+        <pre class="example">
+puts "test"
+        </pre>
       </li>
     </ul>
-  </ul>
+  </li>
+  <li>List continues here
+    <ul>
+      <li>and finished here</li>
+    </ul>
+  </li>
 </ul>
 <h2>Code block indented</h2>
 <pre class="example">
@@ -40,19 +37,18 @@ puts "test"
 </pre>
 <ul>
   <li>List starts
-  <ul>
-    <li>Block without indentation
-    <pre class="example">
+    <ul>
+      <li>Block without indentation
+        <pre class="example">
   puts "test"
-    </pre>
-    </li>
-  </ul>
+        </pre>
+      </li>
+    </ul>
   </li>
   <li>List continues here
-  <ul>
-    <li>and finished here
-    </li>
-  </ul>
+    <ul>
+      <li>and finished here</li>
+    </ul>
   </li>
 </ul>
 <h2>Indentation level in example block</h2>
@@ -65,8 +61,8 @@ puts "test"
 </pre>
 <ul>
   <li>Indentation of a begin_example code block
-  <pre class="example">
+    <pre class="example">
     (+ 3 5)
-  </pre>
+    </pre>
   </li>
-</ul>
+</ul>
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-org.git



More information about the Pkg-ruby-extras-commits mailing list