thetooi / zen-coding

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

expand error in slickedit #147

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.use slickedit, and install related macros.
type div>p

2.expanded it, then get the result:
<div>
    <p>
</div>

What is the expected output? What do you see instead?
expected to see:
<div>
    <p></p>
</div>
I see:
<div>
    <p>
</div>
What version of the product are you using? On what operating system?
slickedit14.02
windows
Please provide any additional information below.

Original issue reported on code.google.com by iamapla...@gmail.com on 15 Apr 2010 at 2:58

GoogleCodeExporter commented 9 years ago

Original comment by serge....@gmail.com on 4 Jul 2012 at 10:11