nightwish65 / cssjanus

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

classname gets flipped when followed by a comma #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run test case '.my_content .left_column .box .box_1,' 

What is the expected output? What do you see instead?
The expected output is '.my_content .left_column .box .box_1,'
I see '.my_content .right_column .box .box_1,' instead.

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

Please provide any additional information below.
LOOKAHEAD_NOT_OPEN_BRACE = (r'(?!(?:%s|%s|%s|#|\:|\.|\,|\+|>)*?(\,|{))' % 
csslex.NMCHAR, 
TOKEN_LINES, csslex.SPACE))

Original issue reported on code.google.com by Arcee...@gmail.com on 1 Dec 2009 at 7:48