varshluck / closure-stylesheets

Automatically exported from code.google.com/p/closure-stylesheets
Apache License 2.0
0 stars 0 forks source link

use "stylesheets-20111230.jar" find a bug. #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. source file:
body{border: 1px blue solid;}
#id{
    width: 10px;
    height: 20px;
}body{border: 1px blue solid;}
#id2{
    width: 10px;
    height: 20px;
}body{border: 1px blue solid;}
#id3{
    width: 10px;
    height: 20px;
}
out-file:
#id,#id2{width:10px;height:20px}body{border:1px blue 
solid}#id3{width:10px;height:20px}

What is the expected output? What do you see instead?
expected :: #id,#id2,#id3{width:10px;height:20px}body{border:1px blue solid}

What version of the product are you using? On what operating system?
:: use stylesheets-20111230.jar

Original issue reported on code.google.com by wei...@gmail.com on 27 Jun 2012 at 6:47