<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -61,4 +61,24 @@ describe YAML, &quot;.dump&quot; do
   name: &quot;&#12362;&quot;
     EXPECTED
   end
+
+  it &quot;should be IO-friendly&quot; do
+    actual = [[&quot;&#12420;&quot;, &quot;&#12416;&quot;], {&quot;&#12427;&quot; =&gt; [&quot;&#12431;&quot;, &quot;&#12416;&quot;]}, &quot;&#12427;&quot;]
+    IO.popen(&quot;-&quot;, &quot;r+&quot;) do |io|
+      if io
+        YAML.dump(actual, io)
+      else
+        yamled_str = gets
+        yamled_str.should be_eql &lt;&lt;-EXPECTED
+---#{BLANK}
+- - &quot;&#12420;&quot;
+  - &quot;&#12416;&quot;
+- &quot;&#12427;&quot;:#{BLANK}
+  - &quot;&#12431;&quot;
+  - &quot;&#12416;&quot;
+- &quot;&#12427;&quot;
+      EXPECTED
+      end
+    end
+  end
 end</diff>
      <filename>spec/to_yaml_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7e9d5c11f79e5f14a229f67326ece354df0fc855</id>
    </parent>
    <parent>
      <id>12121fe8a961e0191847623752e2c5572ecfccbd</id>
    </parent>
  </parents>
  <author>
    <name>KAKUTANI Shintaro</name>
    <email>shintaro@kakutani.com</email>
  </author>
  <url>http://github.com/kakutani/yaml_waml/commit/fd3cd87ab3238b719966ef9f6025757e2e817005</url>
  <id>fd3cd87ab3238b719966ef9f6025757e2e817005</id>
  <committed-date>2008-09-09T01:54:34-07:00</committed-date>
  <authored-date>2008-09-09T01:54:34-07:00</authored-date>
  <message>Merge branch 'no6v/master'</message>
  <tree>6f7aa55644e61be89e43eec39490b4b41bc26ed0</tree>
  <committer>
    <name>KAKUTANI Shintaro</name>
    <email>shintaro@kakutani.com</email>
  </committer>
</commit>
