[DRE-commits] [ruby-org] 230/303: Update tests

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 dc53d541284831321172262b74c60cfe015c3baf
Merge: eba55de a0da860
Author: Waldemar Quevedo <waldemar.quevedo at gmail.com>
Date:   Mon Jan 14 11:17:26 2013 +0900

    Update tests

 .../advanced-code-coderay.html                     |    2 +-
 .../advanced-code-no-color.html                    |    2 +-
 .../advanced-code-pygments.html                    |    2 +-
 .../code-coderay.html                              |    2 +-
 .../code-no-color.html                             |    2 +-
 .../code-pygments.html                             |    2 +-
 .../src-code-list-coderay.html                     |    2 +-
 .../src-code-list-no-color.html                    |    2 +-
 .../src-code-list-pygments.html                    |    2 +-
 spec/html_examples/advanced-lists.html             |    2 +-
 spec/html_examples/block_code.html                 |    2 +-
 spec/html_examples/blockcomment.html               |    2 +-
 spec/html_examples/blockquote.html                 |    2 +-
 spec/html_examples/center.html                     |    2 +-
 spec/html_examples/code-block-lists.html           |   72 ++++++++++++++++++++
 spec/html_examples/code-block-lists.org            |   50 ++++++++++++++
 spec/html_examples/code-comment.html               |    2 +-
 spec/html_examples/code-lists.html                 |    2 +-
 spec/html_examples/comment-trees.html              |    2 +-
 spec/html_examples/custom-seq-todo.html            |    2 +-
 spec/html_examples/custom-todo.html                |    2 +-
 spec/html_examples/custom-typ-todo.html            |    2 +-
 spec/html_examples/deflist.html                    |    2 +-
 spec/html_examples/emphasis.html                   |    2 +-
 spec/html_examples/entities.html                   |    2 +-
 spec/html_examples/escape-pre.html                 |    2 +-
 spec/html_examples/export-exclude-only.html        |    2 +-
 spec/html_examples/export-keywords.html            |    2 +-
 spec/html_examples/export-tags.html                |    2 +-
 spec/html_examples/export-title.html               |    2 +-
 spec/html_examples/horizontal_rule.html            |    2 +-
 spec/html_examples/html-literal.html               |    2 +-
 spec/html_examples/inline-formatting.html          |    2 +-
 spec/html_examples/inline-images.html              |    2 +-
 spec/html_examples/link-features.html              |    2 +-
 spec/html_examples/lists.html                      |    2 +-
 spec/html_examples/metadata-comment.html           |    2 +-
 spec/html_examples/only-list.html                  |    2 +-
 spec/html_examples/only-table.html                 |    2 +-
 spec/html_examples/properties_drawer.html          |    2 +-
 spec/html_examples/skip-header.html                |    2 +-
 spec/html_examples/skip-table.html                 |    2 +-
 spec/html_examples/subsupscript-nil.html           |    2 +-
 spec/html_examples/subsupscript.html               |    2 +-
 spec/html_examples/tables.html                     |    2 +-
 spec/html_examples/text.html                       |    2 +-
 46 files changed, 166 insertions(+), 44 deletions(-)

diff --cc spec/html_code_syntax_highlight_examples/advanced-code-coderay.html
index c2fadd3,bf2b4a7..2075f38
--- a/spec/html_code_syntax_highlight_examples/advanced-code-coderay.html
+++ b/spec/html_code_syntax_highlight_examples/advanced-code-coderay.html
@@@ -139,9 -125,7 +139,9 @@@ Posts.<span style="color:#06B;font-weig
  <pre class="src src-emacs-lisp">
  (defun hello()
    (interactive)
 -  (message "hello"))</pre>
 +  (message "hello"))
 +</pre>
  <h2><span class="heading-number heading-number-2">4.10 </span>Not supported language example</h2>
  <pre class="src src-notsupported">
 -!+!+++!++!++!++!+</pre>
 +!+!+++!++!++!++!+
- </pre>
++</pre>
diff --cc spec/html_code_syntax_highlight_examples/advanced-code-no-color.html
index 5c2daff,fa48372..634db13
--- a/spec/html_code_syntax_highlight_examples/advanced-code-no-color.html
+++ b/spec/html_code_syntax_highlight_examples/advanced-code-no-color.html
@@@ -67,5 -62,4 +67,5 @@@ echo 'Defaults env_keeps="http_proxy ht
                   "1.1.0-master-SNAPSHOT"]
                [org.clojure/clojure-contrib
                   "1.0-SNAPSHOT"]]
 -:main helloworld)</pre>
 +:main helloworld)
- </pre>
++</pre>
diff --cc spec/html_code_syntax_highlight_examples/advanced-code-pygments.html
index cf19cfe,9f25b5f..e802bad
--- a/spec/html_code_syntax_highlight_examples/advanced-code-pygments.html
+++ b/spec/html_code_syntax_highlight_examples/advanced-code-pygments.html
@@@ -125,7 -111,6 +125,7 @@@
  <div class="highlight"><pre><span class="p">(</span><span class="nf">defun</span> <span class="nv">hello</span><span class="p">()</span>
    <span class="p">(</span><span class="nf">interactive</span><span class="p">)</span>
    <span class="p">(</span><span class="nf">message</span> <span class="s">"hello"</span><span class="p">))</span>
 -</pre></div><h2><span class="heading-number heading-number-2">4.10 </span>Not supported language example</h2>
 +</pre></div>
 +<h2><span class="heading-number heading-number-2">4.10 </span>Not supported language example</h2>
  <div class="highlight"><pre>!+!+++!++!++!++!+
- </pre></div>
+ </pre></div>
diff --cc spec/html_code_syntax_highlight_examples/code-coderay.html
index 609c6b0,233ac57..164d96e
--- a/spec/html_code_syntax_highlight_examples/code-coderay.html
+++ b/spec/html_code_syntax_highlight_examples/code-coderay.html
@@@ -9,5 -9,4 +9,5 @@@
  EOF</span></span>
      <span style="color:#080;font-weight:bold">end</span>
    <span style="color:#080;font-weight:bold">end</span>
 -<span style="color:#080;font-weight:bold">end</span></pre>
 +<span style="color:#080;font-weight:bold">end</span>
- </pre>
++</pre>
diff --cc spec/html_code_syntax_highlight_examples/code-no-color.html
index c622b8d,58c981e..53a27d9
--- a/spec/html_code_syntax_highlight_examples/code-no-color.html
+++ b/spec/html_code_syntax_highlight_examples/code-no-color.html
@@@ -30,5 -29,4 +30,5 @@@ class Pian
    def play_note(note)
    # TODO
    end
 -end</pre>
 +end
- </pre>
++</pre>
diff --cc spec/html_code_syntax_highlight_examples/src-code-list-coderay.html
index 19df669,eccb260..a8f5156
--- a/spec/html_code_syntax_highlight_examples/src-code-list-coderay.html
+++ b/spec/html_code_syntax_highlight_examples/src-code-list-coderay.html
@@@ -6,22 -6,20 +6,22 @@@
        <span style="color:#080;font-weight:bold">def</span> <span style="color:#06B;font-weight:bold">say</span>
          puts <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">'</span><span style="color:#D20">cheers</span><span style="color:#710">'</span></span>
        <span style="color:#080;font-weight:bold">end</span>
 -    <span style="color:#080;font-weight:bold">end</span>  </pre>
 +    <span style="color:#080;font-weight:bold">end</span>
 +    </pre>
    </li>
    <li>Bar
 -  <pre class="src src-ruby">
 -    puts <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">This should not get lumped into the above line Example</span><span style="color:#710">"</span></span>  </pre>
 -  <p>A paragraph should go here.</p>
 -  <ul>
 -    <li>A sublist goes here with another example
 -    <pre class="src src-sh">
 -      echo "Hello"    </pre>
 -    <p>And this is a paragraph</p>
 -    </li>
 -  </ul>
 +    <pre class="src src-ruby">
 +    puts <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">This should not get lumped into the above line Example</span><span style="color:#710">"</span></span>
 +    </pre>
 +    <p>A paragraph should go here.</p>
 +    <ul>
 +      <li>A sublist goes here with another example
 +        <pre class="src src-sh">
 +      echo "Hello"
 +        </pre>
 +        <p>And this is a paragraph</p>
 +      </li>
 +    </ul>
    </li>
 -  <li>Hello
 -  </li>
 -</ul>
 +  <li>Hello</li>
- </ul>
++</ul>
diff --cc spec/html_code_syntax_highlight_examples/src-code-list-no-color.html
index d54d472,bf0b755..d874a0b
--- a/spec/html_code_syntax_highlight_examples/src-code-list-no-color.html
+++ b/spec/html_code_syntax_highlight_examples/src-code-list-no-color.html
@@@ -6,22 -6,20 +6,22 @@@
        def say
          puts 'cheers'
        end
 -    end  </pre>
 +    end
 +    </pre>
    </li>
    <li>Bar
 -  <pre class="src src-ruby">
 -    puts "This should not get lumped into the above line Example"  </pre>
 -  <p>A paragraph should go here.</p>
 -  <ul>
 -    <li>A sublist goes here with another example
 -    <pre class="src src-sh">
 -      echo "Hello"    </pre>
 -    <p>And this is a paragraph</p>
 -    </li>
 -  </ul>
 +    <pre class="src src-ruby">
 +    puts "This should not get lumped into the above line Example"
 +    </pre>
 +    <p>A paragraph should go here.</p>
 +    <ul>
 +      <li>A sublist goes here with another example
 +        <pre class="src src-sh">
 +      echo "Hello"
 +        </pre>
 +        <p>And this is a paragraph</p>
 +      </li>
 +    </ul>
    </li>
 -  <li>Hello
 -  </li>
 -</ul>
 +  <li>Hello</li>
- </ul>
++</ul>
diff --cc spec/html_code_syntax_highlight_examples/src-code-list-pygments.html
index 3a55684,f74710b..64426f3
--- a/spec/html_code_syntax_highlight_examples/src-code-list-pygments.html
+++ b/spec/html_code_syntax_highlight_examples/src-code-list-pygments.html
@@@ -6,18 -6,17 +6,18 @@@
          <span class="nb">puts</span> <span class="s1">'cheers'</span>
        <span class="k">end</span>
      <span class="k">end</span>
 -</pre></div>    </li>
 +</pre></div></li>
    <li>Bar
 -  <div class="highlight"><pre>    <span class="nb">puts</span> <span class="s2">"This should not get lumped into the above line Example"</span>
 -</pre></div>    <p>A paragraph should go here.</p>
 -  <ul>
 -    <li>A sublist goes here with another example
 -    <div class="highlight"><pre>      <span class="nb">echo</span> <span class="s2">"Hello"</span>
 -</pre></div>        <p>And this is a paragraph</p>
 -    </li>
 -  </ul>
 +<div class="highlight"><pre>    <span class="nb">puts</span> <span class="s2">"This should not get lumped into the above line Example"</span>
 +</pre></div>
 +    <p>A paragraph should go here.</p>
 +    <ul>
 +      <li>A sublist goes here with another example
 +<div class="highlight"><pre>      <span class="nb">echo</span> <span class="s2">"Hello"</span>
 +</pre></div>
 +        <p>And this is a paragraph</p>
 +      </li>
 +    </ul>
    </li>
 -  <li>Hello
 -  </li>
 -</ul>
 +  <li>Hello</li>
- </ul>
++</ul>
diff --cc spec/html_examples/advanced-lists.html
index 4110de4,aee2901..e61fe95
--- a/spec/html_examples/advanced-lists.html
+++ b/spec/html_examples/advanced-lists.html
@@@ -37,25 -46,31 +37,25 @@@
  <h1>Hyphen, Plus and Asterisk can be used to create lists</h1>
  <ul>
    <li>One
 -  <ul>
 -    <li>uno
      <ul>
 -      <li>ichi
 +      <li>uno
 +        <ul>
 +          <li>ichi</li>
 +        </ul>
        </li>
 +      <li>uno</li>
      </ul>
 -    </li>
 -    <li>uno
 -    </li>
 -  </ul>
    </li>
    <li>Two
 -  <ul>
 -    <li>dos
      <ul>
 -      <li>ni
 -      </li>
 -      <li>ni
 +      <li>dos
 +        <ul>
 +          <li>ni</li>
 +          <li>ni</li>
 +        </ul>
        </li>
      </ul>
 -    </li>
 -  </ul>
 -  </li>
 -  <li>Three
    </li>
 -  <li>Four
 -  </li>
 -</ul>
 +  <li>Three</li>
 +  <li>Four</li>
- </ul>
++</ul>
diff --cc spec/html_examples/block_code.html
index f791d1e,b370057..7248c41
--- a/spec/html_examples/block_code.html
+++ b/spec/html_examples/block_code.html
@@@ -24,6 -24,8 +24,6 @@@ This is my code
  Another line!
  </pre>
  <ul>
 -  <li>My list should cancel this.
 -  </li>
 -  <li>Another list line.
 -  </li>
 -</ul>
 +  <li>My list should cancel this.</li>
 +  <li>Another list line.</li>
- </ul>
++</ul>
diff --cc spec/html_examples/blockcomment.html
index a2688fc,a2688fc..948a4b9
--- a/spec/html_examples/blockcomment.html
+++ b/spec/html_examples/blockcomment.html
@@@ -1,3 -1,3 +1,3 @@@
  <p class="title">BLOCKCOMMENT</p>
  <p>Testing that the next part is ignored</p>
--<p>And now back to normal!</p>
++<p>And now back to normal!</p>
diff --cc spec/html_examples/blockquote.html
index ccdac05,ccdac05..d3a37ff
--- a/spec/html_examples/blockquote.html
+++ b/spec/html_examples/blockquote.html
@@@ -4,4 -4,4 +4,4 @@@
    <p><i>Example:</i></p>
    <p>This is blockquote text.</p>
  </blockquote>
--<p>And now I’m back to normal text!</p>
++<p>And now I’m back to normal text!</p>
diff --cc spec/html_examples/center.html
index a3dfa22,a3dfa22..cf2add3
--- a/spec/html_examples/center.html
+++ b/spec/html_examples/center.html
@@@ -3,4 -3,4 +3,4 @@@
  <div style="text-align: center">
    <p>center</p>
  </div>
--<p>not center, again</p>
++<p>not center, again</p>
diff --cc spec/html_examples/code-comment.html
index 7a289a2,c493844..8958e8b
--- a/spec/html_examples/code-comment.html
+++ b/spec/html_examples/code-comment.html
@@@ -14,6 -14,6 +14,6 @@@
  #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
  #+EXPORT_SELECT_TAGS: export
  #+EXPORT_EXCLUDE_TAGS: noexport
 -#+LINK_UP:
 -#+LINK_HOME:
 -</pre>
 +#+LINK_UP:   
 +#+LINK_HOME: 
- </pre>
++</pre>
diff --cc spec/html_examples/code-lists.html
index 9069b93,9aa559d..b0da619
--- a/spec/html_examples/code-lists.html
+++ b/spec/html_examples/code-lists.html
@@@ -96,22 -102,22 +96,22 @@@
  <h1>definition lists should work</h1>
  <ul>
    <li>Example
 -  <dl>
 -    <dt>Hello</dt><dd>Hola
 -Paragrap continues here</dd>
 -    <blockquote>
 -      <p>Cuando me desperte, el dinosaurio estaba alli.</p>
 -    </blockquote>
 -    <dt>Dog</dt><dd>Perro
 -Paragraph</dd>
 -    <li>Last sublist
 -    </li>
 -  </dl>
 +    <dl>
 +      <dt>Hello</dt><dd>Hola
 +        Paragrap continues here</dd>
 +        <blockquote>
 +          <p>Cuando me desperte, el dinosaurio estaba alli.</p>
 +        </blockquote>
 +      <dt>Dog</dt><dd>Perro
 +        Paragraph</dd>
 +    </dl>
 +    <ul>
 +      <li>Last sublist</li>
 +    </ul>
    </li>
    <li>Another list
 -  <ul>
 -    <li>with a sublist
 -    </li>
 -  </ul>
 +    <ul>
 +      <li>with a sublist</li>
 +    </ul>
    </li>
--</ul>
++</ul>
diff --cc spec/html_examples/comment-trees.html
index bfc6490,bfc6490..7a55f5b
--- a/spec/html_examples/comment-trees.html
+++ b/spec/html_examples/comment-trees.html
@@@ -1,4 -1,4 +1,4 @@@
  <h1 class="title">This headline is in the output</h1>
  <h1>This is in the output</h1>
  <h2>Yet, this is in the output</h2>
--<p>and this is also part of the output</p>
++<p>and this is also part of the output</p>
diff --cc spec/html_examples/custom-seq-todo.html
index b13fb7b,365f074..81e3455
--- a/spec/html_examples/custom-seq-todo.html
+++ b/spec/html_examples/custom-seq-todo.html
@@@ -16,4 -18,4 +16,4 @@@
  <h1>DONT be fooled by just a random word in all caps.</h1>
  <h1>todo <== this word doesn’t match because the case doesn’t match.</h1>
  <h1>TODOX</h1>
--<p>don’t be fooled by the initial substring above!</p>
++<p>don’t be fooled by the initial substring above!</p>
diff --cc spec/html_examples/custom-todo.html
index b13fb7b,365f074..81e3455
--- a/spec/html_examples/custom-todo.html
+++ b/spec/html_examples/custom-todo.html
@@@ -16,4 -18,4 +16,4 @@@
  <h1>DONT be fooled by just a random word in all caps.</h1>
  <h1>todo <== this word doesn’t match because the case doesn’t match.</h1>
  <h1>TODOX</h1>
--<p>don’t be fooled by the initial substring above!</p>
++<p>don’t be fooled by the initial substring above!</p>
diff --cc spec/html_examples/custom-typ-todo.html
index b13fb7b,365f074..81e3455
--- a/spec/html_examples/custom-typ-todo.html
+++ b/spec/html_examples/custom-typ-todo.html
@@@ -16,4 -18,4 +16,4 @@@
  <h1>DONT be fooled by just a random word in all caps.</h1>
  <h1>todo <== this word doesn’t match because the case doesn’t match.</h1>
  <h1>TODOX</h1>
--<p>don’t be fooled by the initial substring above!</p>
++<p>don’t be fooled by the initial substring above!</p>
diff --cc spec/html_examples/deflist.html
index c68df35,c68df35..f81b2c1
--- a/spec/html_examples/deflist.html
+++ b/spec/html_examples/deflist.html
@@@ -9,4 -9,4 +9,4 @@@
    <dt>One</dt><dd>The first number.</dd>
    <dt>Two</dt><dd>The second number.</dd>
    <dt>Three</dt><dd>The second number.</dd>
--</dl>
++</dl>
diff --cc spec/html_examples/emphasis.html
index 869065a,8bd7841..38c8d31
--- a/spec/html_examples/emphasis.html
+++ b/spec/html_examples/emphasis.html
@@@ -488,4 -488,4 +488,4 @@@ all.each {|e| puts e
    <tr><td><b>bold</b> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></td><td><i>italic</i> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></td><td><code>code</code> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078 [...]
    <tr><td><b>bold</b> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></td><td><i>italic</i> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></td><td><code>code</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></td><td><code>verbatim</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></td><td><span style="text-decoration:un [...]
    <tr><td><b>bold</b> <a href="http://www.google.com">http://www.google.com</a></td><td><i>italic</i> <a href="http://www.google.com">http://www.google.com</a></td><td><code>code</code> <a href="http://www.google.com">http://www.google.com</a></td><td><code>verbatim</code> <a href="http://www.google.com">http://www.google.com</a></td><td><span style="text-decoration:underline;">underline</span>  <a href="http://www.google.com">http://www.google.com</a></td><td><del>strikethrough</del> < [...]
--</table>
++</table>
diff --cc spec/html_examples/entities.html
index 3cc0543,7c5d51d..c011a75
--- a/spec/html_examples/entities.html
+++ b/spec/html_examples/entities.html
@@@ -1,7 -1,7 +1,7 @@@
  <p class="title">ENTITIES</p>
  <p><code>Org-ruby</code> supports “smart double quotes,” ‘smart single quotes,’
 -apostrophes for contractions like won’t and can’t, and other
 -things… like elipses. Oh – and dashes.</p>
 +  apostrophes for contractions like won’t and can’t, and other
 +  things… like elipses. Oh – and dashes.</p>
  <p>Question: What does org-mode do for ampersands, like R&R? or &lt;?
 -Answer: Those get escaped, too.</p>
 -<h1><Even in headlines! funner & funner!></h1>
 +  Answer: Those get escaped, too.</p>
- <h1><Even in headlines! funner & funner!></h1>
++<h1><Even in headlines! funner & funner!></h1>
diff --cc spec/html_examples/escape-pre.html
index 0671519,125df07..d0e0473
--- a/spec/html_examples/escape-pre.html
+++ b/spec/html_examples/escape-pre.html
@@@ -1,6 -1,6 +1,6 @@@
  <pre class="example">
 -<li>[ ] &#8220;smart quotes&#8221;</li>
 -<li>[ ] I think I need this for &#8216;single quotes&#8217; too. Don&#8217;t I?</li>
 -<li>[ ] Em dashes would be great &#8212; wouldn&#8217;t they?</li>
 -<li>[ ] I hope to develop an en dash sometime in 2010 &#8211; 2011.</li>
 -</pre>
 +<li>[ ] &#8220;smart quotes&#8221;</li> 
 +<li>[ ] I think I need this for &#8216;single quotes&#8217; too. Don&#8217;t I?</li> 
 +<li>[ ] Em dashes would be great &#8212; wouldn&#8217;t they?</li> 
 +<li>[ ] I hope to develop an en dash sometime in 2010 &#8211; 2011.</li> 
- </pre>
++</pre>
diff --cc spec/html_examples/export-exclude-only.html
index bffdb2a,3b74371..7664443
--- a/spec/html_examples/export-exclude-only.html
+++ b/spec/html_examples/export-exclude-only.html
@@@ -24,4 -24,4 +24,4 @@@
  <h3><span class="heading-number heading-number-3">1.1.2 </span>Another headline 3</h3>
  <p>This one <b>should not</b> get exported!!</p>
  <h4><span class="heading-number heading-number-4">1.1.2.1 </span>Another headline 4</h4>
--<p>This also <b>cannot</b> get exported!!</p>
++<p>This also <b>cannot</b> get exported!!</p>
diff --cc spec/html_examples/export-keywords.html
index 92da491,92da491..985c2ca
--- a/spec/html_examples/export-keywords.html
+++ b/spec/html_examples/export-keywords.html
@@@ -1,4 -1,4 +1,4 @@@
  <p class="title">export-keywords.org</p>
  <p>Testing that I can export keywords.</p>
  <h1><span class="heading-number heading-number-1">1 </span><span class="todo-keyword TODO">TODO </span>This is a todo item.</h1>
--<h1><span class="heading-number heading-number-1">2 </span><span class="todo-keyword DONE">DONE </span>this item is done!</h1>
++<h1><span class="heading-number heading-number-1">2 </span><span class="todo-keyword DONE">DONE </span>this item is done!</h1>
diff --cc spec/html_examples/export-tags.html
index ab51f4c,5507f1a..143fa16
--- a/spec/html_examples/export-tags.html
+++ b/spec/html_examples/export-tags.html
@@@ -6,17 -6,17 +6,17 @@@
  <p>This bit of body gets exported.</p>
  <h4><span class="heading-number heading-number-4">1.1.1.1 </span>Headline 4 (include)</h4>
  <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
 -nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam
 -erat, sed diam voluptua. At vero eos et accusam et justo duo
 -dolores et ea rebum. Stet clita kasd gubergren, no sea takimata
 -sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit
 -amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
 -invidunt ut labore et dolore magna aliquyam erat, sed diam
 -voluptua. At vero eos et accusam et justo duo dolores et ea
 -rebum. Stet clita kasd gubergren, no sea takimata sanctus est
 -Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
 -consetetur sadipscing elitr, sed diam nonumy eirmod tempor
 -invidunt ut labore et dolore magna aliquyam erat, sed diam
 -voluptua. At vero eos et accusam et justo duo dolores et ea
 -rebum. Stet clita kasd gubergren, no sea takimata sanctus est
 -Lorem ipsum dolor sit amet.</p>
 +  nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam
 +  erat, sed diam voluptua. At vero eos et accusam et justo duo
 +  dolores et ea rebum. Stet clita kasd gubergren, no sea takimata
 +  sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit
 +  amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
 +  invidunt ut labore et dolore magna aliquyam erat, sed diam
 +  voluptua. At vero eos et accusam et justo duo dolores et ea
 +  rebum. Stet clita kasd gubergren, no sea takimata sanctus est
 +  Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
 +  consetetur sadipscing elitr, sed diam nonumy eirmod tempor
 +  invidunt ut labore et dolore magna aliquyam erat, sed diam
 +  voluptua. At vero eos et accusam et justo duo dolores et ea
 +  rebum. Stet clita kasd gubergren, no sea takimata sanctus est
-   Lorem ipsum dolor sit amet.</p>
++  Lorem ipsum dolor sit amet.</p>
diff --cc spec/html_examples/export-title.html
index 4747247,2c06021..e32aece
--- a/spec/html_examples/export-title.html
+++ b/spec/html_examples/export-title.html
@@@ -1,3 -1,3 +1,3 @@@
  <p class="title">Export Title</p>
  <p>This simple org document should get a title from the <code>TITLE</code> option at
-   the front of the file.</p>
 -the front of the file.</p>
++  the front of the file.</p>
diff --cc spec/html_examples/horizontal_rule.html
index 69576b7,69576b7..d68759d
--- a/spec/html_examples/horizontal_rule.html
+++ b/spec/html_examples/horizontal_rule.html
@@@ -1,4 -1,4 +1,4 @@@
  <p class="title">Useful contribution by <a href="http://www.neilsmithline.com">Neil-Smithline</a></p>
  <p>5 hyphens or more,</p>
  <hr />
--<p>will produce a horizontal rule.</p>
++<p>will produce a horizontal rule.</p>
diff --cc spec/html_examples/html-literal.html
index 1b624cd,ad3e645..88859f1
--- a/spec/html_examples/html-literal.html
+++ b/spec/html_examples/html-literal.html
@@@ -1,4 -1,4 +1,4 @@@
  <p class="title">HTML literals</p>
  <p>ORG escapes HTML by default. This should <b>not be bold text!</b>
 -Instead, it should look like regular text with some HTML tags around
 -it.</p>
 +  Instead, it should look like regular text with some HTML tags around
-   it.</p>
++  it.</p>
diff --cc spec/html_examples/inline-formatting.html
index b555edc,e98ce7b..70af3dd
--- a/spec/html_examples/inline-formatting.html
+++ b/spec/html_examples/inline-formatting.html
@@@ -29,4 -34,4 +29,4 @@@
  <p>This is an angle link <a href="http://google.com">http://google.com</a> and this is a bracket link <a href="https://github.com/bdewey/org-ruby">to a repository</a>.</p>
  <p>This is a bracket link <a href="https://github.com/bdewey/org-ruby">to a repository</a> and this is an angle link <a href="http://google.com">http://google.com</a>.</p>
  <p>This is a bracket link <a href="https://github.com/bdewey/org-ruby">to a repository</a> and this is a bracket link too  <a href="https://github.com/bdewey/org-ruby">to a repository</a>.</p>
--<p>This is an angle link <a href="http://google.com">http://google.com</a> and this is an angle link too <a href="http://google.com">http://google.com</a>.</p>
++<p>This is an angle link <a href="http://google.com">http://google.com</a> and this is an angle link too <a href="http://google.com">http://google.com</a>.</p>
diff --cc spec/html_examples/inline-images.html
index 1b97715,6bf9e7a..ba36214
--- a/spec/html_examples/inline-images.html
+++ b/spec/html_examples/inline-images.html
@@@ -1,12 -1,16 +1,12 @@@
  <p class="title">Inline Images</p>
  <p>Per the org-mode <a href="http://orgmode.org/manual/Images-and-tables.html#Images-and-tables">spec</a>, you can include inline images as links without
 -any descriptive link text, like this:</p>
 +  any descriptive link text, like this:</p>
  <p><a href="http://farm5.static.flickr.com/4049/4358074549_5efb8b4903.jpg"><img src="http://farm5.static.flickr.com/4049/4358074549_5efb8b4903.jpg" /></a></p>
  <p>I currently do not support the caption/link syntax, but I can include
 -the inline image. I recognize the following image file types:</p>
 +  the inline image. I recognize the following image file types:</p>
  <ul>
 -  <li>.jpg
 -  </li>
 -  <li>.png
 -  </li>
 -  <li>.gif
 -  </li>
 -  <li>.jpeg
 -  </li>
 -</ul>
 +  <li>.jpg</li>
 +  <li>.png</li>
 +  <li>.gif</li>
 +  <li>.jpeg</li>
- </ul>
++</ul>
diff --cc spec/html_examples/link-features.html
index 94e2d7c,417b55d..45c3b93
--- a/spec/html_examples/link-features.html
+++ b/spec/html_examples/link-features.html
@@@ -19,6 -23,8 +19,6 @@@
  </ul>
  <h1>In these links, .org is converted to .html</h1>
  <ul>
 -  <li><a href="path.html">file:path.org label</a>
 -  </li>
 -  <li><a href="notes/path.html">file:notes/path.org label</a>
 -  </li>
 -</ul>
 +  <li><a href="path.html">file:path.org label</a></li>
 +  <li><a href="notes/path.html">file:notes/path.org label</a></li>
- </ul>
++</ul>
diff --cc spec/html_examples/lists.html
index 12f0b92,1dd52f5..c1500d7
--- a/spec/html_examples/lists.html
+++ b/spec/html_examples/lists.html
@@@ -29,14 -35,15 +29,14 @@@
  </ul>
  <h2>Edge cases</h2>
  <ul>
 -  <li>This is a single-line list.
 -  </li>
 +  <li>This is a single-line list.</li>
  </ul>
  <p>And this is a <b>separate paragraph.</b> Note the indentation in the org
 -file.</p>
 +  file.</p>
  <h2>Invalid lists</h2>
  <p>Note that spaces are required to denote lists. Thus, none of the following
 -should get recognized as lists.</p>
 +  should get recognized as lists.</p>
  <p>-This isn’t a list.
 --And this isn’t a list.</p>
 +  -And this isn’t a list.</p>
  <p>1.And this isn’t a list.
-   2.And this isn’t a list.</p>
 -2.And this isn’t a list.</p>
++  2.And this isn’t a list.</p>
diff --cc spec/html_examples/metadata-comment.html
index 284187b,a97c775..b45b5f8
--- a/spec/html_examples/metadata-comment.html
+++ b/spec/html_examples/metadata-comment.html
@@@ -25,4 -25,4 +25,4 @@@
    formatting. Which is good, because it means I can copy!
  
  
--</pre>
++</pre>
diff --cc spec/html_examples/only-list.html
index f6ff4f8,bbfaf83..8a57143
--- a/spec/html_examples/only-list.html
+++ b/spec/html_examples/only-list.html
@@@ -1,5 -1,8 +1,5 @@@
 -<ul>
 -  <li>This file has only a list
 -  </li>
 -  <li>Note it will end with nothing other than a list item.
 -  </li>
 -  <li>the world wants to know: Will org-ruby write the closing ul tag?
 -  </li>
 -</ul>
 +<ul class="title">
 +  <li>This file has only a list</li>
 +  <li>Note it will end with nothing other than a list item.</li>
 +  <li>the world wants to know: Will org-ruby write the closing ul tag?</li>
- </ul>
++</ul>
diff --cc spec/html_examples/only-table.html
index f113bd8,0b2823c..ce060c6
--- a/spec/html_examples/only-table.html
+++ b/spec/html_examples/only-table.html
@@@ -3,4 -3,4 +3,4 @@@
    <tr><td>Five</td><td>Six</td><td>Seven</td><td>Eight</td></tr>
    <tr><td>Nine</td><td>Ten</td><td>Eleven</td><td>Twelve</td></tr>
    <tr><td><b>format</b></td><td><i>text</i></td><td><code>in</code></td><td><span style="text-decoration:underline;">cells</span></td></tr>
--</table>
++</table>
diff --cc spec/html_examples/properties_drawer.html
index c500381,c500381..751c783
--- a/spec/html_examples/properties_drawer.html
+++ b/spec/html_examples/properties_drawer.html
@@@ -16,4 -16,4 +16,4 @@@
    |awk '{print $2}'
  </pre>
  <h1>Properties drawer example</h1>
--<p>These properties are metadata so they should not be visible.</p>
++<p>These properties are metadata so they should not be visible.</p>
diff --cc spec/html_examples/skip-header.html
index e4e1859,e4e1859..63e68e5
--- a/spec/html_examples/skip-header.html
+++ b/spec/html_examples/skip-header.html
@@@ -1,3 -1,3 +1,3 @@@
  <p class="title">skip-header.org</p>
  <h1><span class="heading-number heading-number-1">1 </span>First heading</h1>
--<p>This should be the first text in the output.</p>
++<p>This should be the first text in the output.</p>
diff --cc spec/html_examples/skip-table.html
index a8c8486,470a8ce..6014ee3
--- a/spec/html_examples/skip-table.html
+++ b/spec/html_examples/skip-table.html
@@@ -1,5 -1,5 +1,5 @@@
  <p class="title">skip-table.org</p>
  <p>Checking that tables are skipped when directed.</p>
  <p>For grins, here’s another table without a header. Just keep the bases
 -covered.</p>
 -<p>Again, in the HTML output, you should see <b>no tables</b>.</p>
 +  covered.</p>
- <p>Again, in the HTML output, you should see <b>no tables</b>.</p>
++<p>Again, in the HTML output, you should see <b>no tables</b>.</p>
diff --cc spec/html_examples/subsupscript-nil.html
index 3bda423,3bda423..5ad2a1f
--- a/spec/html_examples/subsupscript-nil.html
+++ b/spec/html_examples/subsupscript-nil.html
@@@ -1,3 -1,3 +1,3 @@@
  <p class="title">SUBSUPSCRIPT</p>
  <p>a^{b}</p>
--<p>a_{b}</p>
++<p>a_{b}</p>
diff --cc spec/html_examples/subsupscript.html
index 5ed592f,5ed592f..438364f
--- a/spec/html_examples/subsupscript.html
+++ b/spec/html_examples/subsupscript.html
@@@ -1,3 -1,3 +1,3 @@@
  <p class="title">SUBSUPSCRIPT</p>
  <p>a<sup>b</sup></p>
--<p>a<sub>b</sub></p>
++<p>a<sub>b</sub></p>
diff --cc spec/html_examples/tables.html
index 06fe4b8,c15f547..e39aaf5
--- a/spec/html_examples/tables.html
+++ b/spec/html_examples/tables.html
@@@ -39,4 -39,4 +39,4 @@@
    <tr><th>foo</th><th>bar</th></tr>
    <tr><td>1</td><td>2</td></tr>
  </table>
--<p>https://github.com/bdewey/org-ruby/pull/34</p>
++<p>https://github.com/bdewey/org-ruby/pull/34</p>
diff --cc spec/html_examples/text.html
index 9cc9789,7bc1cd1..63b4387
--- a/spec/html_examples/text.html
+++ b/spec/html_examples/text.html
@@@ -1,15 -1,15 +1,15 @@@
  <p class="title">The simplest case: translating plain text.</p>
  <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
 -nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
 -sed diam voluptua. At vero eos et accusam et justo duo dolores et ea
 -rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem
 -ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur
 -sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
 -dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam
 -et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
 -takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit
 -amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
 -invidunt ut labore et dolore magna aliquyam erat, sed diam
 -voluptua. At vero eos et accusam et justo duo dolores et ea
 -rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem
 -ipsum dolor sit amet.</p>
 +  nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
 +  sed diam voluptua. At vero eos et accusam et justo duo dolores et ea
 +  rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem
 +  ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur
 +  sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
 +  dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam
 +  et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
 +  takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit
 +  amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
 +  invidunt ut labore et dolore magna aliquyam erat, sed diam
 +  voluptua. At vero eos et accusam et justo duo dolores et ea
 +  rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem
-   ipsum dolor sit amet.</p>
++  ipsum dolor sit amet.</p>

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