[DRE-commits] [ruby-org] 284/303: Add test for the fix of definition lists

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:34:14 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 0327922d31cc4b3a46dbb90004059a8c4bba0798
Author: Waldemar Quevedo <waldemar.quevedo at gmail.com>
Date:   Sun Feb 10 16:55:07 2013 +0900

    Add test for the fix of definition lists
---
 spec/html_examples/deflist.html |   14 ++++++++++++++
 spec/html_examples/deflist.org  |   12 ++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/spec/html_examples/deflist.html b/spec/html_examples/deflist.html
index cd05ef2..4185c1c 100644
--- a/spec/html_examples/deflist.html
+++ b/spec/html_examples/deflist.html
@@ -75,3 +75,17 @@
   <li>Key
     :: Value (n5)</li>
 </ul>
+<h2>Definition List Item without Definition</h2>
+<p>??? will be shown in this case</p>
+<ul>
+  <li>Example list
+    <dl>
+      <dt>Key :: Value</dt><dd>Still value (k1)
+        Paragraph :: with :: no value</dd>
+      <dt>Key :: Value :: Still value (k1)</dt><dd>
+        Paragraph :: with :: no value ::</dd>
+      <dt>???</dt><dd>
+        Paragraph :: with :: no value</dd>
+    </dl>
+  </li>
+</ul>
diff --git a/spec/html_examples/deflist.org b/spec/html_examples/deflist.org
index 841aaf8..af0d1bc 100644
--- a/spec/html_examples/deflist.org
+++ b/spec/html_examples/deflist.org
@@ -58,3 +58,15 @@ but just regular lists.
    Value (n4)
  - Key
    :: Value (n5)
+
+** Definition List Item without Definition
+
+??? will be shown in this case
+
+- Example list
+ + Key :: Value :: Still value (k1)
+   Paragraph :: with :: no value
+ + Key :: Value :: Still value (k1) ::
+   Paragraph :: with :: no value ::
+ + ::
+   Paragraph :: with :: no value

-- 
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