<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <filename>bin/rubydoctest</filename>
    </modified>
    <modified>
      <diff>@@ -148,4 +148,4 @@ module RubyDocTest
       doc_lines[start_index..-1]
     end
   end
-end
\ No newline at end of file
+end</diff>
      <filename>lib/lines.rb</filename>
    </modified>
    <modified>
      <diff>@@ -134,8 +134,15 @@ module RubyDocTest
               fail += 1
               everything_passed = false
               status = [&quot;FAIL&quot;.center(4), :red]
+
+              result_raw = t.first_failed.actual_result
+              got = if result_raw =~ /\n$/ &amp;&amp; result_raw.count(&quot;\n&quot;) &gt; 1
+                      &quot;Got: &lt;&lt;-__END__\n#{result_raw}__END__\n       &quot;
+                    else
+                      &quot;Got:      #{t.actual_result}#{newline}&quot;
+                    end
               detail = format_color(
-                &quot;Got: #{escape t.actual_result}#{newline}Expected: #{escape t.expected_result}&quot; + newline +
+                &quot;#{got}Expected: #{t.expected_result}&quot; + newline +
                   &quot;  from #{@file_name}:#{t.first_failed.result.line_number}&quot;,
                 :red)
               </diff>
      <filename>lib/runner.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4a9a4d3877f4daf75b90b249bee21ef075f8e5e4</id>
    </parent>
  </parents>
  <author>
    <name>Tom Locke</name>
    <email>tom@tomlocke.com</email>
  </author>
  <url>http://github.com/tablatom/rubydoctest/commit/1cfe5c13e0c6b8795d015503abe9e6a5ddb4e9e0</url>
  <id>1cfe5c13e0c6b8795d015503abe9e6a5ddb4e9e0</id>
  <committed-date>2009-02-05T05:01:54-08:00</committed-date>
  <authored-date>2009-02-05T05:01:54-08:00</authored-date>
  <message>Use 'here document' syntax when displaying the 'got' message for multiline strings</message>
  <tree>1e4c8a46c76f86e171d5af8120d719690d71b16c</tree>
  <committer>
    <name>Tom Locke</name>
    <email>tom@tomlocke.com</email>
  </committer>
</commit>
