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

Compilation errors when using $ #7

Closed
cubeguerrero opened this issue Mar 14, 2017 · 4 comments
Closed

Compilation errors when using $ #7

cubeguerrero opened this issue Mar 14, 2017 · 4 comments

Comments

@cubeguerrero
Copy link
Contributor

Use case

render "_some_view.html", title: "$ Title"

Error Message
screen shot 2017-03-14 at 2 47 08 pm

@rstacruz
Copy link
Owner

help me fix iiittt

@rstacruz
Copy link
Owner

is that the only thing that triggers it? because I really doubt that. "Expug encountered a character it didn't expect." is a parse error in parsing an Expug source. Most likely your problem lies in the .pug file. :)

@rstacruz
Copy link
Owner

Also there should be something above that line. It usually looks like this:

    Parse error on line 2

        div<color=@blue>
           ^

    Expug encountered a character it didn't expect.

@marksteve
Copy link

@fatbotdesigns @rstacruz Prolly has to do with "$". Hit this when I was doing: div $100

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

3 participants