machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js
http://emblemjs.com
MIT License
1.04k stars 81 forks source link

fixing matching for bracketed text on a same line. #167

Closed drewcovi closed 10 years ago

drewcovi commented 10 years ago

If using brackets for attributes, one attribute minimum is required, otherwise falls back to previous handler

This should address machty/emblem.js#166

I've added a few tests to make sure... that said it's late and I did enjoy a drink or two this evening, so this could be less than perfect... but the logic sure checks out.

drewcovi commented 10 years ago

@machty this should be handled the same way the last update was handled (feature branch, one commit) let me know if you need anything more...