<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ module FilteredColumn
       set_name &quot;Markdown with Smarty Pants&quot;
       def self.filter(text)
         if Object.const_defined?(:BlueCloth) &amp;&amp; Object.const_defined?(:RubyPants)
-          BlueCloth.new(RubyPants.new(text.gsub(%r{&lt;/?notextile&gt;}, '')).to_html).to_html
+          RubyPants.new(BlueCloth.new(text.gsub(%r{&lt;/?notextile&gt;}, '')).to_html).to_html
         else
           text
         end</diff>
      <filename>vendor/plugins/filtered_column/lib/filtered_column/filters/smartypants_filter.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,9 @@ require File.join(File.dirname(__FILE__), 'abstract_unit')
 class FilteredColumnTest &lt; Test::Unit::TestCase
   {
     :textile  =&gt; { :input  =&gt; '*foo*',        :output =&gt; '&lt;p&gt;&lt;strong&gt;foo&lt;/strong&gt;&lt;/p&gt;' },
-    :markdown =&gt; { :input  =&gt; &quot;# bar\n\nfoo&quot;, :output =&gt; &quot;&lt;h1&gt;bar&lt;/h1&gt;\n\n&lt;p&gt;foo&lt;/p&gt;&quot; }
+    :markdown =&gt; { :input  =&gt; &quot;# bar\n\nfoo&quot;, :output =&gt; &quot;&lt;h1&gt;bar&lt;/h1&gt;\n\n&lt;p&gt;foo&lt;/p&gt;&quot; },
+    :smartypants =&gt; { :input =&gt; &quot;\&quot;abc\&quot; `&lt;def ghi=\&quot;jkl\&quot;&gt;`\n\n    &lt;mno pqr=\&quot;stu\&quot;&gt;...&lt;/mno&gt;&quot;,
+      :output =&gt; &quot;&lt;p&gt;&amp;#8220;abc&amp;#8221; &lt;code&gt;&amp;lt;def ghi=\&quot;jkl\&quot;&amp;gt;&lt;/code&gt;&lt;/p&gt;\n\n&lt;pre&gt;&lt;code&gt;&amp;lt;mno pqr=\&quot;stu\&quot;&amp;gt;...&amp;lt;/mno&amp;gt;\n&lt;/code&gt;&lt;/pre&gt;&quot; },
   }.each do |filter_name, values|
     define_method &quot;test_should_filter_with_#{filter_name}&quot; do
       assert_equal values[:output], FilteredColumn::Processor.new(&quot;#{filter_name}_filter&quot;, values[:input]).filter</diff>
      <filename>vendor/plugins/filtered_column/test/filtered_column_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1ecc83ea94e95a4b39969ae1e40a4e749da3c136</id>
    </parent>
  </parents>
  <author>
    <name>technoweenie</name>
    <email>technoweenie@567b1171-46fb-0310-a4c9-b4bef9110e78</email>
  </author>
  <url>http://github.com/emk/mephisto/commit/e6baf1c36f0aedc631e5608a781f78f18620350e</url>
  <id>e6baf1c36f0aedc631e5608a781f78f18620350e</id>
  <committed-date>2007-06-21T06:58:57-07:00</committed-date>
  <authored-date>2007-06-21T06:58:57-07:00</authored-date>
  <message>pull in latest changes from filtered_column plugin

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2917 567b1171-46fb-0310-a4c9-b4bef9110e78</message>
  <tree>6f50f479717ac311ac95fe33654ba5bb0e2ee207</tree>
  <committer>
    <name>technoweenie</name>
    <email>technoweenie@567b1171-46fb-0310-a4c9-b4bef9110e78</email>
  </committer>
</commit>
