Skip to content

Instantly share code, notes, and snippets.

@pepe
Created August 21, 2009 16:46
Show Gist options
  • Save pepe/172175 to your computer and use it in GitHub Desktop.
Save pepe/172175 to your computer and use it in GitHub Desktop.
(in /Users/pepe/Projects/fos/markout)
Loaded suite /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake/rake_test_loader
Started
...........F.
Finished in 0.048024 seconds.
1) Failure:
test_export(Markout::OutputTest) [./test/markout_output_test.rb:26]:
Fixture HTML does not match Markout output, see diff below:
--- /Users/pepe/Projects/fos/markout/test/fixtures/markdown.html 2009-08-21 15:02:56.000000000 +0200
+++ /var/folders/wJ/wJKh4xX8GVyXwt4Hxe-je++++TI/-Tmp-/markout_test.html20090821-11875-1x7otkn-0 2009-08-21 18:46:23.000000000 +0200
@@ -407,7 +407,7 @@
<p>Markdown requires Perl 5.6.0 or later. Welcome to the 21st Century.
Markdown also requires the standard Perl library module <a href="http://search.cpan.org/dist/Digest-MD5/MD5.pm">Digest::MD5</a>, which is probably already installed on your server.</p>
-<h3>Movable Type </h3>
+<h3>Movable Type</h3>
<p>Markdown works with Movable Type version 2.6 or later (including
Movable Type 3.0).</p>
@@ -551,7 +551,7 @@
<p>Note that by default, Markdown produces XHTML output. To configure
Markdown to produce HTML 4 output, see "Configuration", below.</p>
-<h3>Blosxom </h3>
+<h3>Blosxom</h3>
<p>Markdown works with Blosxom version 2.0 or later.</p>
@@ -574,7 +574,7 @@
</ol>
-<h3>BBEdit </h3>
+<h3>BBEdit</h3>
<p>Markdown works with BBEdit 6.1 or later on Mac OS X. It also works
with BBEdit 5.1 or later and MacPerl 5.6.1 on Mac OS 8.6 or later. If
@@ -612,7 +612,7 @@
<pre><code>&lt;br&gt;
</code></pre>
-<h3>Movable Type </h3>
+<h3>Movable Type</h3>
<p>You need to use a special <code>MTMarkdownOptions</code> container tag in each
Movable Type template where you want HTML 4-style output:</p>
@@ -635,7 +635,7 @@
&lt;/MTMarkdownOptions&gt;
</code></pre>
-<h3>Command-Line </h3>
+<h3>Command-Line</h3>
<p>Use the <code>--html4tags</code> command-line switch to produce HTML output from a
Unix-style command line. E.g.:</p>
.
<false> is not true.
13 tests, 29 assertions, 1 failures, 0 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment