[DRE-commits] [ruby-org] 236/303: Adds a newline at the end of HTML file. Updates corresponding examples.

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:34:04 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 0c02e4a4fecbb2d079e93c9258b6ff25dd47893d
Author: vonavi <ivvl82 at gmail.com>
Date:   Sat Jan 26 17:57:07 2013 +0200

    Adds a newline at the end of HTML file. Updates corresponding examples.
---
 lib/org-ruby/html_output_buffer.rb                                   |    2 +-
 lib/org-ruby/parser.rb                                               |    2 ++
 spec/html_code_syntax_highlight_examples/advanced-code-coderay.html  |    2 +-
 spec/html_code_syntax_highlight_examples/advanced-code-no-color.html |    2 +-
 spec/html_code_syntax_highlight_examples/advanced-code-pygments.html |    2 +-
 spec/html_code_syntax_highlight_examples/code-coderay.html           |    2 +-
 spec/html_code_syntax_highlight_examples/code-no-color.html          |    2 +-
 spec/html_code_syntax_highlight_examples/code-pygments.html          |    2 +-
 spec/html_code_syntax_highlight_examples/src-code-list-coderay.html  |    2 +-
 spec/html_code_syntax_highlight_examples/src-code-list-no-color.html |    2 +-
 spec/html_code_syntax_highlight_examples/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                             |    2 +-
 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 +-
 47 files changed, 48 insertions(+), 46 deletions(-)

diff --git a/lib/org-ruby/html_output_buffer.rb b/lib/org-ruby/html_output_buffer.rb
index afa2a46..423bc0c 100644
--- a/lib/org-ruby/html_output_buffer.rb
+++ b/lib/org-ruby/html_output_buffer.rb
@@ -203,7 +203,7 @@ module Orgmode
                 << "\n</p>\n"
       end
 
-      @output << "</div>\n</div>\n"
+      @output << "</div>\n</div>"
 
       return true
     end
diff --git a/lib/org-ruby/parser.rb b/lib/org-ruby/parser.rb
index 050bca6..b79a251 100644
--- a/lib/org-ruby/parser.rb
+++ b/lib/org-ruby/parser.rb
@@ -239,6 +239,8 @@ module Orgmode
           Parser.translate(headline.body_lines, output_buffer)
         end
       end
+      output << "\n"
+
       rp = RubyPants.new(output)
       rp.to_html
     end
diff --git a/spec/html_code_syntax_highlight_examples/advanced-code-coderay.html b/spec/html_code_syntax_highlight_examples/advanced-code-coderay.html
index 2075f38..c2fadd3 100644
--- a/spec/html_code_syntax_highlight_examples/advanced-code-coderay.html
+++ b/spec/html_code_syntax_highlight_examples/advanced-code-coderay.html
@@ -144,4 +144,4 @@ Posts.<span style="color:#06B;font-weight:bold">index</span> = <span style="colo
 <h2><span class="heading-number heading-number-2">4.10 </span>Not supported language example</h2>
 <pre class="src src-notsupported">
 !+!+++!++!++!++!+
-</pre>
\ No newline at end of file
+</pre>
diff --git a/spec/html_code_syntax_highlight_examples/advanced-code-no-color.html b/spec/html_code_syntax_highlight_examples/advanced-code-no-color.html
index 634db13..5c2daff 100644
--- a/spec/html_code_syntax_highlight_examples/advanced-code-no-color.html
+++ b/spec/html_code_syntax_highlight_examples/advanced-code-no-color.html
@@ -68,4 +68,4 @@ echo 'Defaults env_keeps="http_proxy https_proxy ftp_proxy"' | sudo tee -a /etc/
               [org.clojure/clojure-contrib
                  "1.0-SNAPSHOT"]]
 :main helloworld)
-</pre>
\ No newline at end of file
+</pre>
diff --git a/spec/html_code_syntax_highlight_examples/advanced-code-pygments.html b/spec/html_code_syntax_highlight_examples/advanced-code-pygments.html
index e802bad..cf19cfe 100644
--- a/spec/html_code_syntax_highlight_examples/advanced-code-pygments.html
+++ b/spec/html_code_syntax_highlight_examples/advanced-code-pygments.html
@@ -128,4 +128,4 @@
 </pre></div>
 <h2><span class="heading-number heading-number-2">4.10 </span>Not supported language example</h2>
 <div class="highlight"><pre>!+!+++!++!++!++!+
-</pre></div>
\ No newline at end of file
+</pre></div>
diff --git a/spec/html_code_syntax_highlight_examples/code-coderay.html b/spec/html_code_syntax_highlight_examples/code-coderay.html
index 164d96e..609c6b0 100644
--- a/spec/html_code_syntax_highlight_examples/code-coderay.html
+++ b/spec/html_code_syntax_highlight_examples/code-coderay.html
@@ -10,4 +10,4 @@ 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>
\ No newline at end of file
+</pre>
diff --git a/spec/html_code_syntax_highlight_examples/code-no-color.html b/spec/html_code_syntax_highlight_examples/code-no-color.html
index 53a27d9..c622b8d 100644
--- a/spec/html_code_syntax_highlight_examples/code-no-color.html
+++ b/spec/html_code_syntax_highlight_examples/code-no-color.html
@@ -31,4 +31,4 @@ class Piano
   # TODO
   end
 end
-</pre>
\ No newline at end of file
+</pre>
diff --git a/spec/html_code_syntax_highlight_examples/code-pygments.html b/spec/html_code_syntax_highlight_examples/code-pygments.html
index 4de5dc6..0b88ce8 100644
--- a/spec/html_code_syntax_highlight_examples/code-pygments.html
+++ b/spec/html_code_syntax_highlight_examples/code-pygments.html
@@ -29,4 +29,4 @@ end
   <span class="c1"># TODO</span>
   <span class="k">end</span>
 <span class="k">end</span>
-</pre></div>
\ No newline at end of file
+</pre></div>
diff --git a/spec/html_code_syntax_highlight_examples/src-code-list-coderay.html b/spec/html_code_syntax_highlight_examples/src-code-list-coderay.html
index a8f5156..19df669 100644
--- a/spec/html_code_syntax_highlight_examples/src-code-list-coderay.html
+++ b/spec/html_code_syntax_highlight_examples/src-code-list-coderay.html
@@ -24,4 +24,4 @@
     </ul>
   </li>
   <li>Hello</li>
-</ul>
\ No newline at end of file
+</ul>
diff --git 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
index d874a0b..d54d472 100644
--- 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
@@ -24,4 +24,4 @@
     </ul>
   </li>
   <li>Hello</li>
-</ul>
\ No newline at end of file
+</ul>
diff --git a/spec/html_code_syntax_highlight_examples/src-code-list-pygments.html b/spec/html_code_syntax_highlight_examples/src-code-list-pygments.html
index 64426f3..3a55684 100644
--- a/spec/html_code_syntax_highlight_examples/src-code-list-pygments.html
+++ b/spec/html_code_syntax_highlight_examples/src-code-list-pygments.html
@@ -20,4 +20,4 @@
     </ul>
   </li>
   <li>Hello</li>
-</ul>
\ No newline at end of file
+</ul>
diff --git a/spec/html_examples/advanced-lists.html b/spec/html_examples/advanced-lists.html
index e61fe95..4110de4 100644
--- a/spec/html_examples/advanced-lists.html
+++ b/spec/html_examples/advanced-lists.html
@@ -58,4 +58,4 @@
   </li>
   <li>Three</li>
   <li>Four</li>
-</ul>
\ No newline at end of file
+</ul>
diff --git a/spec/html_examples/block_code.html b/spec/html_examples/block_code.html
index 7248c41..f791d1e 100644
--- a/spec/html_examples/block_code.html
+++ b/spec/html_examples/block_code.html
@@ -26,4 +26,4 @@ Another line!
 <ul>
   <li>My list should cancel this.</li>
   <li>Another list line.</li>
-</ul>
\ No newline at end of file
+</ul>
diff --git a/spec/html_examples/blockcomment.html b/spec/html_examples/blockcomment.html
index 948a4b9..a2688fc 100644
--- a/spec/html_examples/blockcomment.html
+++ b/spec/html_examples/blockcomment.html
@@ -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>
\ No newline at end of file
+<p>And now back to normal!</p>
diff --git a/spec/html_examples/blockquote.html b/spec/html_examples/blockquote.html
index d3a37ff..ccdac05 100644
--- a/spec/html_examples/blockquote.html
+++ b/spec/html_examples/blockquote.html
@@ -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>
\ No newline at end of file
+<p>And now I’m back to normal text!</p>
diff --git a/spec/html_examples/center.html b/spec/html_examples/center.html
index cf2add3..a3dfa22 100644
--- a/spec/html_examples/center.html
+++ b/spec/html_examples/center.html
@@ -3,4 +3,4 @@
 <div style="text-align: center">
   <p>center</p>
 </div>
-<p>not center, again</p>
\ No newline at end of file
+<p>not center, again</p>
diff --git a/spec/html_examples/code-block-lists.html b/spec/html_examples/code-block-lists.html
index 96d5c79..92391e5 100644
--- a/spec/html_examples/code-block-lists.html
+++ b/spec/html_examples/code-block-lists.html
@@ -65,4 +65,4 @@ puts "test"
     (+ 3 5)
     </pre>
   </li>
-</ul>
\ No newline at end of file
+</ul>
diff --git a/spec/html_examples/code-comment.html b/spec/html_examples/code-comment.html
index 8958e8b..7a289a2 100644
--- a/spec/html_examples/code-comment.html
+++ b/spec/html_examples/code-comment.html
@@ -16,4 +16,4 @@
 #+EXPORT_EXCLUDE_TAGS: noexport
 #+LINK_UP:   
 #+LINK_HOME: 
-</pre>
\ No newline at end of file
+</pre>
diff --git a/spec/html_examples/code-lists.html b/spec/html_examples/code-lists.html
index b0da619..9069b93 100644
--- a/spec/html_examples/code-lists.html
+++ b/spec/html_examples/code-lists.html
@@ -114,4 +114,4 @@
       <li>with a sublist</li>
     </ul>
   </li>
-</ul>
\ No newline at end of file
+</ul>
diff --git a/spec/html_examples/comment-trees.html b/spec/html_examples/comment-trees.html
index 7a55f5b..bfc6490 100644
--- a/spec/html_examples/comment-trees.html
+++ b/spec/html_examples/comment-trees.html
@@ -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>
\ No newline at end of file
+<p>and this is also part of the output</p>
diff --git a/spec/html_examples/custom-seq-todo.html b/spec/html_examples/custom-seq-todo.html
index 81e3455..b13fb7b 100644
--- a/spec/html_examples/custom-seq-todo.html
+++ b/spec/html_examples/custom-seq-todo.html
@@ -16,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>
\ No newline at end of file
+<p>don’t be fooled by the initial substring above!</p>
diff --git a/spec/html_examples/custom-todo.html b/spec/html_examples/custom-todo.html
index 81e3455..b13fb7b 100644
--- a/spec/html_examples/custom-todo.html
+++ b/spec/html_examples/custom-todo.html
@@ -16,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>
\ No newline at end of file
+<p>don’t be fooled by the initial substring above!</p>
diff --git a/spec/html_examples/custom-typ-todo.html b/spec/html_examples/custom-typ-todo.html
index 81e3455..b13fb7b 100644
--- a/spec/html_examples/custom-typ-todo.html
+++ b/spec/html_examples/custom-typ-todo.html
@@ -16,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>
\ No newline at end of file
+<p>don’t be fooled by the initial substring above!</p>
diff --git a/spec/html_examples/deflist.html b/spec/html_examples/deflist.html
index f81b2c1..c68df35 100644
--- a/spec/html_examples/deflist.html
+++ b/spec/html_examples/deflist.html
@@ -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>
\ No newline at end of file
+</dl>
diff --git a/spec/html_examples/emphasis.html b/spec/html_examples/emphasis.html
index 38c8d31..869065a 100644
--- a/spec/html_examples/emphasis.html
+++ b/spec/html_examples/emphasis.html
@@ -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:und [...]
   <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> <a [...]
-</table>
\ No newline at end of file
+</table>
diff --git a/spec/html_examples/entities.html b/spec/html_examples/entities.html
index c011a75..3cc0543 100644
--- a/spec/html_examples/entities.html
+++ b/spec/html_examples/entities.html
@@ -4,4 +4,4 @@
   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>
\ No newline at end of file
+<h1><Even in headlines! funner & funner!></h1>
diff --git a/spec/html_examples/escape-pre.html b/spec/html_examples/escape-pre.html
index d0e0473..0671519 100644
--- a/spec/html_examples/escape-pre.html
+++ b/spec/html_examples/escape-pre.html
@@ -3,4 +3,4 @@
 <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>
\ No newline at end of file
+</pre>
diff --git a/spec/html_examples/export-exclude-only.html b/spec/html_examples/export-exclude-only.html
index 7664443..bffdb2a 100644
--- a/spec/html_examples/export-exclude-only.html
+++ b/spec/html_examples/export-exclude-only.html
@@ -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>
\ No newline at end of file
+<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 985c2ca..92da491 100644
--- a/spec/html_examples/export-keywords.html
+++ b/spec/html_examples/export-keywords.html
@@ -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>
\ No newline at end of file
+<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 143fa16..ab51f4c 100644
--- a/spec/html_examples/export-tags.html
+++ b/spec/html_examples/export-tags.html
@@ -19,4 +19,4 @@
   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>
\ No newline at end of file
+  Lorem ipsum dolor sit amet.</p>
diff --git a/spec/html_examples/export-title.html b/spec/html_examples/export-title.html
index e32aece..4747247 100644
--- a/spec/html_examples/export-title.html
+++ b/spec/html_examples/export-title.html
@@ -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>
\ No newline at end of file
+  the front of the file.</p>
diff --git a/spec/html_examples/horizontal_rule.html b/spec/html_examples/horizontal_rule.html
index d68759d..69576b7 100644
--- a/spec/html_examples/horizontal_rule.html
+++ b/spec/html_examples/horizontal_rule.html
@@ -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>
\ No newline at end of file
+<p>will produce a horizontal rule.</p>
diff --git a/spec/html_examples/html-literal.html b/spec/html_examples/html-literal.html
index 88859f1..1b624cd 100644
--- a/spec/html_examples/html-literal.html
+++ b/spec/html_examples/html-literal.html
@@ -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>
\ No newline at end of file
+  it.</p>
diff --git a/spec/html_examples/inline-formatting.html b/spec/html_examples/inline-formatting.html
index 70af3dd..b555edc 100644
--- a/spec/html_examples/inline-formatting.html
+++ b/spec/html_examples/inline-formatting.html
@@ -29,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>
\ No newline at end of file
+<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 ba36214..1b97715 100644
--- a/spec/html_examples/inline-images.html
+++ b/spec/html_examples/inline-images.html
@@ -9,4 +9,4 @@
   <li>.png</li>
   <li>.gif</li>
   <li>.jpeg</li>
-</ul>
\ No newline at end of file
+</ul>
diff --git a/spec/html_examples/link-features.html b/spec/html_examples/link-features.html
index 45c3b93..94e2d7c 100644
--- a/spec/html_examples/link-features.html
+++ b/spec/html_examples/link-features.html
@@ -21,4 +21,4 @@
 <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>
\ No newline at end of file
+</ul>
diff --git a/spec/html_examples/lists.html b/spec/html_examples/lists.html
index c1500d7..12f0b92 100644
--- a/spec/html_examples/lists.html
+++ b/spec/html_examples/lists.html
@@ -39,4 +39,4 @@
 <p>-This isn’t a list.
   -And this isn’t a list.</p>
 <p>1.And this isn’t a list.
-  2.And this isn’t a list.</p>
\ No newline at end of file
+  2.And this isn’t a list.</p>
diff --git a/spec/html_examples/metadata-comment.html b/spec/html_examples/metadata-comment.html
index b45b5f8..284187b 100644
--- a/spec/html_examples/metadata-comment.html
+++ b/spec/html_examples/metadata-comment.html
@@ -25,4 +25,4 @@
   formatting. Which is good, because it means I can copy!
 
 
-</pre>
\ No newline at end of file
+</pre>
diff --git a/spec/html_examples/only-list.html b/spec/html_examples/only-list.html
index 8a57143..f6ff4f8 100644
--- a/spec/html_examples/only-list.html
+++ b/spec/html_examples/only-list.html
@@ -2,4 +2,4 @@
   <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>
\ No newline at end of file
+</ul>
diff --git a/spec/html_examples/only-table.html b/spec/html_examples/only-table.html
index ce060c6..f113bd8 100644
--- a/spec/html_examples/only-table.html
+++ b/spec/html_examples/only-table.html
@@ -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>
\ No newline at end of file
+</table>
diff --git a/spec/html_examples/properties_drawer.html b/spec/html_examples/properties_drawer.html
index 751c783..c500381 100644
--- a/spec/html_examples/properties_drawer.html
+++ b/spec/html_examples/properties_drawer.html
@@ -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>
\ No newline at end of file
+<p>These properties are metadata so they should not be visible.</p>
diff --git a/spec/html_examples/skip-header.html b/spec/html_examples/skip-header.html
index 63e68e5..e4e1859 100644
--- a/spec/html_examples/skip-header.html
+++ b/spec/html_examples/skip-header.html
@@ -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>
\ No newline at end of file
+<p>This should be the first text in the output.</p>
diff --git a/spec/html_examples/skip-table.html b/spec/html_examples/skip-table.html
index 6014ee3..a8c8486 100644
--- a/spec/html_examples/skip-table.html
+++ b/spec/html_examples/skip-table.html
@@ -2,4 +2,4 @@
 <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>
\ No newline at end of file
+<p>Again, in the HTML output, you should see <b>no tables</b>.</p>
diff --git a/spec/html_examples/subsupscript-nil.html b/spec/html_examples/subsupscript-nil.html
index 5ad2a1f..3bda423 100644
--- a/spec/html_examples/subsupscript-nil.html
+++ b/spec/html_examples/subsupscript-nil.html
@@ -1,3 +1,3 @@
 <p class="title">SUBSUPSCRIPT</p>
 <p>a^{b}</p>
-<p>a_{b}</p>
\ No newline at end of file
+<p>a_{b}</p>
diff --git a/spec/html_examples/subsupscript.html b/spec/html_examples/subsupscript.html
index 438364f..5ed592f 100644
--- a/spec/html_examples/subsupscript.html
+++ b/spec/html_examples/subsupscript.html
@@ -1,3 +1,3 @@
 <p class="title">SUBSUPSCRIPT</p>
 <p>a<sup>b</sup></p>
-<p>a<sub>b</sub></p>
\ No newline at end of file
+<p>a<sub>b</sub></p>
diff --git a/spec/html_examples/tables.html b/spec/html_examples/tables.html
index e39aaf5..06fe4b8 100644
--- a/spec/html_examples/tables.html
+++ b/spec/html_examples/tables.html
@@ -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>
\ No newline at end of file
+<p>https://github.com/bdewey/org-ruby/pull/34</p>
diff --git a/spec/html_examples/text.html b/spec/html_examples/text.html
index 63b4387..9cc9789 100644
--- a/spec/html_examples/text.html
+++ b/spec/html_examples/text.html
@@ -12,4 +12,4 @@
   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>
\ No newline at end of file
+  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