[DRE-commits] [ruby-org] 201/303: Example outputs which satisfy me at the moment.

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:33:57 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 16b1e5bbb0ae391b16452c37bda64f96d6279023
Author: vonavi <ivvl82 at gmail.com>
Date:   Sat Dec 15 01:56:45 2012 +0200

    Example outputs which satisfy me at the moment.
---
 spec/html_examples/advanced-lists.html      |   91 +++++++++++++++------------
 spec/html_examples/blockcomment.html        |    9 ++-
 spec/html_examples/comment-trees.html       |   12 ++--
 spec/html_examples/entities.html            |   12 ++--
 spec/html_examples/export-exclude-only.html |   39 ++++++++----
 spec/html_examples/export-keywords.html     |   12 ++--
 spec/html_examples/export-tags.html         |   24 ++++---
 spec/html_examples/export-title.html        |    6 +-
 spec/html_examples/horizontal_rule.html     |    9 ++-
 spec/html_examples/html-literal.html        |    6 +-
 spec/html_examples/inline-formatting.html   |   42 ++++++++-----
 spec/html_examples/inline-images.html       |   12 ++--
 spec/html_examples/link-features.html       |   30 ++++++---
 spec/html_examples/lists.html               |   30 ++++++---
 spec/html_examples/only-list.html           |    2 +-
 spec/html_examples/skip-header.html         |    9 ++-
 spec/html_examples/subsupscript-nil.html    |    9 ++-
 spec/html_examples/subsupscript.html        |    9 ++-
 spec/html_examples/text.html                |    6 +-
 19 files changed, 235 insertions(+), 134 deletions(-)

diff --git a/spec/html_examples/advanced-lists.html b/spec/html_examples/advanced-lists.html
index aee2901..873b916 100644
--- a/spec/html_examples/advanced-lists.html
+++ b/spec/html_examples/advanced-lists.html
@@ -1,73 +1,82 @@
-<p class="title">Advanced Lists</p>
-<p><code>org-ruby</code> supports the following list features of <code>org-mode</code>:</p>
-<h1>Nested lists</h1>
+<p class="title">Advanced Lists
+</p>
+<p><code>org-ruby</code> supports the following list features of <code>org-mode</code>:
+</p>
+<h1>Nested lists
+</h1>
 <ul>
   <li>You can have nested lists
   </li>
   <li>This is first-level
-  <ul>
-    <li>This is a nested item
-    </li>
-    <li>This is another nested item
-    </li>
-  </ul>
+    <ul>
+      <li>This is a nested item
+      </li>
+      <li>This is another nested item
+      </li>
+    </ul>
   </li>
   <li>Back to the first level
   </li>
   <li>Another first level item
-  <ol>
-    <li>This is a numbered list nested within the unordered list
-    </li>
-    <li>This is another numbered item
-    </li>
-  </ol>
+    <ol>
+      <li>This is a numbered list nested within the unordered list
+      </li>
+      <li>This is another numbered item
+      </li>
+    </ol>
   </li>
 </ul>
 <p>Note the list ends just some more text. Make sure both list blocks
-are closed.</p>
-<h1>Multi-paragraph list items</h1>
-<p>This list will end with the end-of-file. Make sure all blocks are closed.</p>
+are closed.
+</p>
+<h1>Multi-paragraph list items
+</h1>
+<p>This list will end with the end-of-file. Make sure all blocks are closed.
+</p>
 <ul>
   <li>This is a list item
   </li>
   <li>This list item has multiple paragraphs.
-  <p>This is paragraph two.</p>
-  <p>And paragraph three.</p>
+    <p>This is paragraph two.
+    </p>
+    <p>And paragraph three.
+    </p>
   </li>
   <li>Back to a list item.
-  <ul>
-    <li>Nested, just for grins!
-    </li>
-    <li>woo hoo!
-    </li>
-  </ul>
+    <ul>
+      <li>Nested, just for grins!
+      </li>
+      <li>woo hoo!
+      </li>
+    </ul>
   </li>
 </ul>
-<h1>Hyphen, Plus and Asterisk can be used to create lists</h1>
+<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>
diff --git a/spec/html_examples/blockcomment.html b/spec/html_examples/blockcomment.html
index a2688fc..9c52eed 100644
--- a/spec/html_examples/blockcomment.html
+++ b/spec/html_examples/blockcomment.html
@@ -1,3 +1,6 @@
-<p class="title">BLOCKCOMMENT</p>
-<p>Testing that the next part is ignored</p>
-<p>And now back to normal!</p>
+<p class="title">BLOCKCOMMENT
+</p>
+<p>Testing that the next part is ignored
+</p>
+<p>And now back to normal!
+</p>
diff --git a/spec/html_examples/comment-trees.html b/spec/html_examples/comment-trees.html
index bfc6490..9985e2f 100644
--- a/spec/html_examples/comment-trees.html
+++ b/spec/html_examples/comment-trees.html
@@ -1,4 +1,8 @@
-<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>
+<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>
diff --git a/spec/html_examples/entities.html b/spec/html_examples/entities.html
index 7c5d51d..d19c27c 100644
--- a/spec/html_examples/entities.html
+++ b/spec/html_examples/entities.html
@@ -1,7 +1,11 @@
-<p class="title">ENTITIES</p>
+<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>
+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>
diff --git a/spec/html_examples/export-exclude-only.html b/spec/html_examples/export-exclude-only.html
index 3b74371..c05f740 100644
--- a/spec/html_examples/export-exclude-only.html
+++ b/spec/html_examples/export-exclude-only.html
@@ -1,11 +1,19 @@
-<p class="title">export-headline-levels.org</p>
-<p>What happens when you exceed the number of headline levels to export?</p>
-<h1><span class="heading-number heading-number-1">1 </span>Headline 1</h1>
-<h2><span class="heading-number heading-number-2">1.1 </span>Headline 2</h2>
-<p>This bit of body <b>should</b> get exported.</p>
-<h3><span class="heading-number heading-number-3">1.1.1 </span>Headline 3</h3>
-<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 class="title">export-headline-levels.org
+</p>
+<p>What happens when you exceed the number of headline levels to export?
+</p>
+<h1><span class="heading-number heading-number-1">1 </span>Headline 1
+</h1>
+<h2><span class="heading-number heading-number-2">1.1 </span>Headline 2
+</h2>
+<p>This bit of body <b>should</b> get exported.
+</p>
+<h3><span class="heading-number heading-number-3">1.1.1 </span>Headline 3
+</h3>
+<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
@@ -20,8 +28,13 @@ 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>
-<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>
+Lorem ipsum dolor sit amet.
+</p>
+<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>
diff --git a/spec/html_examples/export-keywords.html b/spec/html_examples/export-keywords.html
index 92da491..1415ddf 100644
--- a/spec/html_examples/export-keywords.html
+++ b/spec/html_examples/export-keywords.html
@@ -1,4 +1,8 @@
-<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>
+<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>
diff --git a/spec/html_examples/export-tags.html b/spec/html_examples/export-tags.html
index 5507f1a..2161c26 100644
--- a/spec/html_examples/export-tags.html
+++ b/spec/html_examples/export-tags.html
@@ -1,10 +1,17 @@
-<p class="title">export-headline-levels.org</p>
-<p>What happens when you exceed the number of headline levels to export?</p>
-<h1><span class="heading-number heading-number-1">1 </span>Headline 1</h1>
-<h2><span class="heading-number heading-number-2">1.1 </span>Headline 2</h2>
-<h3><span class="heading-number heading-number-3">1.1.1 </span>Headline 3</h3>
-<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 class="title">export-headline-levels.org
+</p>
+<p>What happens when you exceed the number of headline levels to export?
+</p>
+<h1><span class="heading-number heading-number-1">1 </span>Headline 1
+</h1>
+<h2><span class="heading-number heading-number-2">1.1 </span>Headline 2
+</h2>
+<h3><span class="heading-number heading-number-3">1.1.1 </span>Headline 3
+</h3>
+<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
@@ -19,4 +26,5 @@ 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 --git a/spec/html_examples/export-title.html b/spec/html_examples/export-title.html
index 2c06021..deea793 100644
--- a/spec/html_examples/export-title.html
+++ b/spec/html_examples/export-title.html
@@ -1,3 +1,5 @@
-<p class="title">Export Title</p>
+<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>
diff --git a/spec/html_examples/horizontal_rule.html b/spec/html_examples/horizontal_rule.html
index 69576b7..d982543 100644
--- a/spec/html_examples/horizontal_rule.html
+++ b/spec/html_examples/horizontal_rule.html
@@ -1,4 +1,7 @@
-<p class="title">Useful contribution by <a href="http://www.neilsmithline.com">Neil-Smithline</a></p>
-<p>5 hyphens or more,</p>
+<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 --git a/spec/html_examples/html-literal.html b/spec/html_examples/html-literal.html
index ad3e645..d342943 100644
--- a/spec/html_examples/html-literal.html
+++ b/spec/html_examples/html-literal.html
@@ -1,4 +1,6 @@
-<p class="title">HTML literals</p>
+<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>
+it.
+</p>
diff --git a/spec/html_examples/inline-formatting.html b/spec/html_examples/inline-formatting.html
index e98ce7b..eb8e5f3 100644
--- a/spec/html_examples/inline-formatting.html
+++ b/spec/html_examples/inline-formatting.html
@@ -1,8 +1,11 @@
-<p class="title">Inline Formatting</p>
+<p class="title">Inline Formatting
+</p>
 <p>I want to make sure I handle all inline formatting. I need to handle
-<b>bold</b>, <i>italic</i>, <code>code</code>, <code>verbatim</code>, <span style="text-decoration:underline;">underline</span>, <del>strikethrough</del>.</p>
+<b>bold</b>, <i>italic</i>, <code>code</code>, <code>verbatim</code>, <span style="text-decoration:underline;">underline</span>, <del>strikethrough</del>.
+</p>
 <p>In addition, I need to make sure I can handle links. We’ve got simple
-links, like this:</p>
+links, like this:
+</p>
 <ul>
   <li><a href="http://www.bing.com">http://www.bing.com</a>
   </li>
@@ -12,26 +15,37 @@ links, like this:</p>
   </li>
 </ul>
 <p>Note the last one <b>is not</b> a link, as the source doesn’t include it in
-double-brackets and I don’t auto-recognize URLs.</p>
-<p>I should also handle links with <a href="http://www.xkcd.com">helpful text</a>.</p>
+double-brackets and I don’t auto-recognize URLs.
+</p>
+<p>I should also handle links with <a href="http://www.xkcd.com">helpful text</a>.
+</p>
 <p>Helpful addition from <a href="https://github.com/punchagan">punchagan</a>, we now
 recognize when the link goes to an image and make the link anchor be the
-image, like this:</p>
+image, like this:
+</p>
 <ul>
   <li><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
   </li>
 </ul>
 <p>Also, if you make the descriptive text be an image, then it will get formatted
-with an image tag, like so:</p>
+with an image tag, like so:
+</p>
 <ul>
   <li><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
   </li>
 </ul>
-<p>Helpful addition from <a href="https://github.com/wallyqs">wallyqs</a>:</p>
+<p>Helpful addition from <a href="https://github.com/wallyqs">wallyqs</a>:
+</p>
 <p>While “naked” links don’t work (like http://www.google.com), angle links
-do work. This should look like a link: <a href="http://www.google.com">http://www.google.com</a>.</p>
-<p>It should be possible to use both kind of links on the same paragraph:</p>
-<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>
+do work. This should look like a link: <a href="http://www.google.com">http://www.google.com</a>.
+</p>
+<p>It should be possible to use both kind of links on the same paragraph:
+</p>
+<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>
diff --git a/spec/html_examples/inline-images.html b/spec/html_examples/inline-images.html
index 6bf9e7a..155fbf5 100644
--- a/spec/html_examples/inline-images.html
+++ b/spec/html_examples/inline-images.html
@@ -1,9 +1,13 @@
-<p class="title">Inline Images</p>
+<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>
-<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>
+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>
diff --git a/spec/html_examples/link-features.html b/spec/html_examples/link-features.html
index 417b55d..d1c08e0 100644
--- a/spec/html_examples/link-features.html
+++ b/spec/html_examples/link-features.html
@@ -1,16 +1,25 @@
-<p class="title">link-features.org</p>
+<p class="title">link-features.org
+</p>
 <p>Org-mode export supports a lot of link features. I’ve covered “simple”
 HTML links elsewhere. Now let’s cover links to other org files, other
-sections within documents, etc.</p>
-<h1>Links to other org files</h1>
+sections within documents, etc.
+</p>
+<h1>Links to other org files
+</h1>
 <p>This is a link to the <code>code-comment.org</code> file in the same
 directory. In <code>emacs</code>, if you click it, the other file opens. We
-want the same behavior in the HTML export.</p>
-<p><a href="code-comment.html">Code Comment</a></p>
-<h1>Search links</h1>
-<p>This is a search link into code-comment.org.</p>
-<p><a href="code-comment.html">Code Comment</a></p>
-<h1>Correct handling of .org URIs in HTML markup routine (thanks @rayl!)</h1>
+want the same behavior in the HTML export.
+</p>
+<p><a href="code-comment.html">Code Comment</a>
+</p>
+<h1>Search links
+</h1>
+<p>This is a search link into code-comment.org.
+</p>
+<p><a href="code-comment.html">Code Comment</a>
+</p>
+<h1>Correct handling of .org URIs in HTML markup routine (thanks @rayl!)
+</h1>
 <ul>
   <li><a href="http://foo.com">foo.com website</a>
   </li>
@@ -21,7 +30,8 @@ want the same behavior in the HTML export.</p>
   <li><a href="http://localhost:4567/foo.org">localhost:4567/foo.org</a>
   </li>
 </ul>
-<h1>In these links, .org is converted to .html</h1>
+<h1>In these links, .org is converted to .html
+</h1>
 <ul>
   <li><a href="path.html">file:path.org label</a>
   </li>
diff --git a/spec/html_examples/lists.html b/spec/html_examples/lists.html
index 1dd52f5..3cbc07e 100644
--- a/spec/html_examples/lists.html
+++ b/spec/html_examples/lists.html
@@ -1,13 +1,17 @@
-<h1 class="title">Lists</h1>
-<p>I want to make sure I have great support for lists.</p>
+<h1 class="title">Lists
+</h1>
+<p>I want to make sure I have great support for lists.
+</p>
 <ul>
   <li>This is an unordered list
   </li>
   <li>This continues the unordered list
   </li>
 </ul>
-<p>And this is a paragraph <b>after</b> the list.</p>
-<h2>Wrapping within the list</h2>
+<p>And this is a paragraph <b>after</b> the list.
+</p>
+<h2>Wrapping within the list
+</h2>
 <ul>
   <li>This is a single-line list item in the org file.
   </li>
@@ -33,17 +37,23 @@ line to keep <code>textile</code> happy.
   <li>Ditto the previous line, actually.
   </li>
 </ul>
-<h2>Edge cases</h2>
+<h2>Edge cases
+</h2>
 <ul>
   <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>
-<h2>Invalid lists</h2>
+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>
diff --git a/spec/html_examples/only-list.html b/spec/html_examples/only-list.html
index bbfaf83..950e562 100644
--- a/spec/html_examples/only-list.html
+++ b/spec/html_examples/only-list.html
@@ -1,4 +1,4 @@
-<ul>
+<ul class="title">
   <li>This file has only a list
   </li>
   <li>Note it will end with nothing other than a list item.
diff --git a/spec/html_examples/skip-header.html b/spec/html_examples/skip-header.html
index e4e1859..29ef7ba 100644
--- a/spec/html_examples/skip-header.html
+++ b/spec/html_examples/skip-header.html
@@ -1,3 +1,6 @@
-<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 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>
diff --git a/spec/html_examples/subsupscript-nil.html b/spec/html_examples/subsupscript-nil.html
index 3bda423..fa8e3a5 100644
--- a/spec/html_examples/subsupscript-nil.html
+++ b/spec/html_examples/subsupscript-nil.html
@@ -1,3 +1,6 @@
-<p class="title">SUBSUPSCRIPT</p>
-<p>a^{b}</p>
-<p>a_{b}</p>
+<p class="title">SUBSUPSCRIPT
+</p>
+<p>a^{b}
+</p>
+<p>a_{b}
+</p>
diff --git a/spec/html_examples/subsupscript.html b/spec/html_examples/subsupscript.html
index 5ed592f..561bce4 100644
--- a/spec/html_examples/subsupscript.html
+++ b/spec/html_examples/subsupscript.html
@@ -1,3 +1,6 @@
-<p class="title">SUBSUPSCRIPT</p>
-<p>a<sup>b</sup></p>
-<p>a<sub>b</sub></p>
+<p class="title">SUBSUPSCRIPT
+</p>
+<p>a<sup>b</sup>
+</p>
+<p>a<sub>b</sub>
+</p>
diff --git a/spec/html_examples/text.html b/spec/html_examples/text.html
index 7bc1cd1..0d87898 100644
--- a/spec/html_examples/text.html
+++ b/spec/html_examples/text.html
@@ -1,4 +1,5 @@
-<p class="title">The simplest case: translating plain text.</p>
+<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
@@ -12,4 +13,5 @@ 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