thetooi / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

New feature from 0.6 with omitted div tag is not working, if $ is used #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem? 1. #example$ or 2. .example$
What is the expected output?
1. div with an id of example1
2. div with a class of example1
What do you see instead? No result

What version of the product are you using? On what operating system?
ZC v6.0.1 within Aptana Studio, build: 2.0.3.1265134283 on Win Vista.

Please provide any additional information below.
This is also true for any case where there is an omitted div tag and the
div id/class contains a $. This is true for single abbreviations and also
for chained abbreviations (#main+#sub$), (#section>#example$) or (#main$>#sub).

There is no problem when the div tag is included i.e. div#example$ or
div.example$

Original issue reported on code.google.com by webs%fla...@gtempaccount.com on 22 Feb 2010 at 2:37

GoogleCodeExporter commented 9 years ago
Confirm that. Need better abbreviation parser

Original comment by serge....@gmail.com on 22 Feb 2010 at 9:46

GoogleCodeExporter commented 9 years ago
Fixed in github repo

Original comment by serge....@gmail.com on 5 Dec 2010 at 3:51