Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Conflicting compiler and parser rules #2

Closed
drewbrokke opened this issue Jun 7, 2017 · 3 comments
Closed

Conflicting compiler and parser rules #2

drewbrokke opened this issue Jun 7, 2017 · 3 comments

Comments

@drewbrokke
Copy link

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?).

@drewbrokke
Copy link
Author

drewbrokke commented Jun 7, 2017

Example:

{{param code:'YUI().use(
  \'aui-carousel\',
  function(Y) {
    // code goes here
  }
);'}}

@mthadley
Copy link
Collaborator

mthadley commented Jun 8, 2017

Thanks @drewbrokke, definitely worth looking in to.

@jbalsas
Copy link
Contributor

jbalsas commented Sep 5, 2018

Filed at metal-tools-soy

@jbalsas jbalsas closed this as completed Sep 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants