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

a tag followed by a bracket [ causes error compiling #166

Closed joebartels closed 10 years ago

joebartels commented 10 years ago

the environment: EAK, emblem.js v0.3.17 doesn't work: h4 [hello]

does work:

h4
  | [hello]

error:

Warning: Emblem syntax error, line 4: Expected BeginStatement or DEDENT but "\uEFEF" found.
  .row
^ Used --force, continuing.
machty commented 10 years ago

Hmm, seems related to #165; @drewcovi could you take a look?

drewcovi commented 10 years ago

Snap. Opensource is the best QA ever. I'll take a look.

machty commented 10 years ago

I believe this was fixed by #167