<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,7 +22,7 @@ module Sass::Tree
 
       spaces = '  ' * (tabs - 1)
       spaces + &quot;/* &quot; + ([value] + children.map {|c| c.text}).
-        join(@style == :compact ? ' ' : &quot;\n#{spaces} * &quot;) + &quot; */&quot;
+        map{|l| l.sub(%r{ ?\*/ *$},'')}.join(@style == :compact ? ' ' : &quot;\n#{spaces} * &quot;) + &quot; */&quot;
     end
 
     protected</diff>
      <filename>lib/sass/tree/comment_node.rb</filename>
    </modified>
    <modified>
      <diff>@@ -741,6 +741,23 @@ foo
 SASS
   end
 
+  def test_loud_comments_containing_a_comment_close
+    actual_css = render(&lt;&lt;SASS)
+/*
+  This is a comment that
+  continues to the second line. */
+foo
+  bar: baz
+SASS
+assert_equal(&lt;&lt;CSS, actual_css)
+/* 
+ * This is a comment that
+ * continues to the second line. */
+foo {
+  bar: baz; }
+CSS
+  end
+
   private
   
   def render(sass, options = {})</diff>
      <filename>test/sass/engine_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>43d5f57e79c280865261b6b840e49090a3d047e0</id>
    </parent>
  </parents>
  <author>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </author>
  <url>http://github.com/jwhitmire/haml/commit/da9ed66cd49d8c9fc63420378d159997934ac7ea</url>
  <id>da9ed66cd49d8c9fc63420378d159997934ac7ea</id>
  <committed-date>2009-03-01T12:38:18-08:00</committed-date>
  <authored-date>2009-03-01T12:38:18-08:00</authored-date>
  <message>[Sass] Handle the case where a user closes a loud comment unnecessarily.</message>
  <tree>f8393765f826a4ed269c90d157c986363a5d7ccf</tree>
  <committer>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </committer>
</commit>
