Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

erb2slim generates text commands wrong for trailing space. #19

Open
MrJoy opened this issue Jun 27, 2014 · 0 comments
Open

erb2slim generates text commands wrong for trailing space. #19

MrJoy opened this issue Jun 27, 2014 · 0 comments

Comments

@MrJoy
Copy link

MrJoy commented Jun 27, 2014

This:

<p><font face="verdana" size="5" color="#555555"><strong>Dear <%= @name %>,</strong></font></p>

Becomes this (note trailing whitespace after 'Dear'):

p
  font[face="verdana" size="5" color="#555555"]
    strong
      | Dear 
      = @name
      | ,

When it SHOULD be:

p
  font[face="verdana" size="5" color="#555555"]
    strong
      ' Dear
      = @name
      | ,
@MrJoy MrJoy changed the title Incorrect text generation for trailing space. erb2slim generates text commands wrong for trailing space. Jun 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant