<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
-require 'lib/nagoro'
-require 'spec/core_extensions'
+require File.expand_path('../../lib/nagoro', __FILE__)
+require File.expand_path('../core_extensions', __FILE__)
 
 require 'stringio'
 require 'rexml/document'</diff>
      <filename>spec/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-require 'spec/helper'
+require File.expand_path('../../helper', __FILE__)
 
 describe &quot;Nagoro&quot; do
   should '::compile from filename' do
@@ -109,4 +109,8 @@ describe &quot;Nagoro::Template&quot; do
 
     Nagoro.render(tag, :binding =&gt; binding).should == %|&lt;a href=&quot;stuff&quot; onmouseover='this.src=&quot;#{@stuff}&quot;'&gt;stuff&lt;/a&gt;|
   end
+
+  it 'does the right thing' do
+    Nagoro.render(&quot;&lt;param&gt;&lt;foo&gt;42&lt;/foo&gt;&lt;/param&gt;&quot;).should == '&lt;param&gt;&lt;foo&gt;42&lt;/foo&gt;&lt;/param&gt;'
+  end
 end</diff>
      <filename>spec/nagoro/template.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8f7ed2abe62dbc2360b491f8c872e244a24bc3ba</id>
    </parent>
  </parents>
  <author>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </author>
  <url>http://github.com/manveru/nagoro/commit/bb4fef37b8d15984ddbd8bda4233a876289ebbe9</url>
  <id>bb4fef37b8d15984ddbd8bda4233a876289ebbe9</id>
  <committed-date>2009-07-05T17:28:12-07:00</committed-date>
  <authored-date>2009-07-05T17:28:12-07:00</authored-date>
  <message>Add failing spec as suggested by lars olsson</message>
  <tree>3d017454b4d70b38726f8e288ad85525a0f57757</tree>
  <committer>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </committer>
</commit>
