You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <pre> 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!
The text was updated successfully, but these errors were encountered:
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.
With html-pipeline 2.12,
One test fail,
The text was updated successfully, but these errors were encountered: