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

Strings are parsed in heredoc blocks. #5

Closed
Anaphase opened this issue Jun 9, 2013 · 1 comment
Closed

Strings are parsed in heredoc blocks. #5

Anaphase opened this issue Jun 9, 2013 · 1 comment

Comments

@Anaphase
Copy link
Contributor

Anaphase commented Jun 9, 2013

Consider the following SIML:

```
"this" should be plain text and so should 'this'
`this` works as expected though!
```

which compiles to:

%%__STRING_TOKEN___%%0 should be plain text and so should %%__STRING_TOKEN___%%1
`this` works as expected though!

Strings should not be parsed inside triple backticks, right?

padolsey added a commit that referenced this issue Jun 9, 2013
@padolsey
Copy link
Owner

padolsey commented Jun 9, 2013

Thanks for reporting this! Fixed and bumped to version 0.3.5.

@padolsey padolsey closed this as completed Jun 9, 2013
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

2 participants