What steps will reproduce the problem?
1. Open TextMate 1.5.9 with installed Zen Coding for TextMate v0.6
2. Create new document
3. Select PHP mode on the bottom
4. Add this string to document:
strong<?php echo Price::currency($order->subtotal_monthly) ?>
5) Put cursor after "strong" and press Ctrl+E for expand Abbreviation
What is the expected output? What do you see instead?
Expected:
<strong></strong><?php echo Price::currency($order->subtotal_monthly) ?>
I see:
<strong></strong><?php echo Price::currency(->subtotal_monthly) ?>
$order was removed after expand.
Original issue reported on code.google.com by airs0ur...@gmail.com on 21 May 2010 at 7:49
Original issue reported on code.google.com by
airs0ur...@gmail.com
on 21 May 2010 at 7:49