github / markup

Determines which markup library to use to render a content file (e.g. README) on GitHub
MIT License
5.88k stars 3.4k forks source link

test failure with html-pipeline 2.12 #1317

Open pravi opened 4 years ago

pravi commented 4 years ago

With html-pipeline 2.12,

diff --git a/github-markup.gemspec b/github-markup.gemspec
index 7c663d0..ed25ba7 100644
--- a/github-markup.gemspec
+++ b/github-markup.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
   s.add_development_dependency 'rake', '~> 12'
   s.add_development_dependency 'activesupport', '~> 4.0'
   s.add_development_dependency 'minitest', '~> 5.4', '>= 5.4.3'
-  s.add_development_dependency 'html-pipeline', '~> 1.0'
+  s.add_development_dependency 'html-pipeline', '~> 2.12'
   s.add_development_dependency 'sanitize', '~> 2.1', '>= 2.1.0'
   s.add_development_dependency 'nokogiri', '~> 1.8.1'
   s.add_development_dependency 'nokogiri-diff', '~> 0.2.0'

One test fail,

F...

Finished in 1.159317s, 17.2515 runs/s, 42.2663 assertions/s.

  1) Failure:
MarkupTest#test_org [/home/pravi/forge/debian/git/ruby-team/ruby-github-markup/test/markup_test.rb:71]:
README.org.html's contents are not html equal to output:
--- -   2020-01-16 23:02:36.326624955 +0530
+++ test/markups/README.org.html        2020-01-16 19:59:53.699260519 +0530
@@ -13,17 +13,14 @@
 <td>0.9.0</td>
 </tr>
 </table>
-<h1>
-<span>1</span> Description</h1>
+<h1>1 Description</h1>
 <p>Helpful Ruby routines for parsing orgmode files. The most
   significant thing this library does today is convert orgmode files
   to textile. Currently, you cannot do much to customize the
   conversion. The supplied textile conversion is optimized for
   extracting “content” from the orgfile as opposed to “metadata.”</p>
-<h1>
-<span>2</span> History</h1>
-<h2>
-<span>2.1</span> 2014-02-08: Version 0.9.0</h2>
+<h1>2 History</h1>
+<h2>2.1 2014-02-08: Version 0.9.0</h2>
 <ul>
   <li>Let’s make sure <code>#+INCLUDE:</code> is not supported</li>
 </ul>
@@ -38,15 +35,13 @@
   end
 end
 </pre>
-<h2>
-<span>2.2</span> 2009-12-30: Version 0.5.1</h2>
+<h2>2.2 2009-12-30: Version 0.5.1</h2>
 <ul>
   <li>Minor enhancement: Recognize lines starting with “:” as examples.</li>
   <li>Minor enhancement: Recognize #+BEGIN_SRC as source blocks</li>
   <li>Minor enhancement: Add “src” and “example” classes to &lt;pre&gt; blocks.</li>
 </ul>
-<h2>
-<span>2.3</span> 2009-12-30: Version 0.5.0</h2>
+<h2>2.3 2009-12-30: Version 0.5.0</h2>
 <ul>
   <li>Parse (but not necessarily <b>use</b>) in-buffer settings. The following
     in-buffer settings <b>are</b> used:
@@ -70,8 +65,7 @@
     </ul>
   </li>
 </ul>
-<h2>
-<span>2.4</span> 2009-12-29: Version 0.4.2</h2>
+<h2>2.4 2009-12-29: Version 0.4.2</h2>
 <ul>
   <li>Got rid of the extraneous newline at the start of code blocks.</li>
   <li>Everything now shows up in code blocks, even org-mode metadata.</li>
@@ -82,14 +76,12 @@
     </ul>
   </li>
 </ul>
-<h2>
-<span>2.5</span> 2009-12-29: Version 0.4.1</h2>
+<h2>2.5 2009-12-29: Version 0.4.1</h2>
 <ul>
   <li>HTML is now escaped by default</li>
   <li>org-mode comments will show up in a code block.</li>
 </ul>
-<h2>
-<span>2.6</span> 2009-12-29: Version 0.4</h2>
+<h2>2.6 2009-12-29: Version 0.4</h2>
 <ul>
   <li>The first thing output in HTML gets the class “title”</li>
   <li>HTML output is now indented</li>
@@ -102,8 +94,7 @@
     </ul>
   </li>
 </ul>
-<h2>
-<span>2.7</span> 2009-12-27: Version 0.3</h2>
+<h2>2.7 2009-12-27: Version 0.3</h2>
 <ul>
   <li>Uses rubypants to get better typography (smart quotes, ellipses, etc…).</li>
   <li>Fixed bugs:
@@ -114,16 +105,14 @@
     </ul>
   </li>
 </ul>
-<h2>
-<span>2.8</span> 2009-12-26: Version 0.2</h2>
+<h2>2.8 2009-12-26: Version 0.2</h2>
 <ul>
   <li>Added <code>to_html</code> output on the parser.</li>
   <li>Added support for the full range of inline markup: <b>bold</b>,
-    <i>italic</i>, <code>code</code>, <code>verbatim</code>, <span>underline</span>, <del>strikethrough</del>.</li>
+    <i>italic</i>, <code>code</code>, <code>verbatim</code>, underline, <del>strikethrough</del>.</li>
   <li>Lots of refactoring to make the code more maintainable.</li>
 </ul>
-<h2>
-<span>2.9</span> 2009-12-23: Version 0.1</h2>
+<h2>2.9 2009-12-23: Version 0.1</h2>
 <ul>
   <li>Added support for block code, like this:
     <pre>

20 runs, 49 assertions, 1 failures, 0 errors, 0 skips
rake aborted!
github-actions[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.