nightwish65 / cssjanus

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

Rule name get flipped unexpectedly #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
.thisclass .left .myclass #myid {
  background:#fff;
  border:1px solid #ccc;
  padding:10px;
}

What is the expected output? What do you see instead?

Expected:

.thisclass .left .myclass #myid {
  background:#fff;
  border:1px solid #ccc;
  padding:10px;
}

Got:
.thisclass .right .myclass #myid {
  background:#fff;
  border:1px solid #ccc;
  padding:10px;
}

What version of the product are you using? On what operating system?

n/a

Please provide any additional information below.

The addition of the #myid after the class is causing the regex issue.

Original issue reported on code.google.com by chad.lit...@gmail.com on 31 Jan 2009 at 10:43

GoogleCodeExporter commented 9 years ago
I have a fix for this issue that I need to port in ;)

Original comment by els...@gmail.com on 25 Jun 2009 at 1:37

GoogleCodeExporter commented 9 years ago
fixed in rev #27

Original comment by els...@gmail.com on 1 Jul 2009 at 12:13

GoogleCodeExporter commented 9 years ago
Issue 6 has been merged into this issue.

Original comment by els...@gmail.com on 1 Jul 2009 at 12:15