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

[soyparser] Conflicting compiler and parser rules #38

Open
jbalsas opened this issue Sep 5, 2018 · 0 comments
Open

[soyparser] Conflicting compiler and parser rules #38

jbalsas opened this issue Sep 5, 2018 · 0 comments

Comments

@jbalsas
Copy link
Contributor

jbalsas commented Sep 5, 2018

From Conflicting compiler and parser rules by @drewbrokke

Soy compiler recommends using double curly braces if attribute value contains single curly braces, but soyparser does not allow double curly braces for params (or anything else?).

Example:

{{param code:'YUI().use(
  \'aui-carousel\',
  function(Y) {
    // code goes here
  }
);'}}
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