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

Babel extractor bug #118

Closed
sqlalchemy-bot opened this issue Sep 22, 2009 · 3 comments
Closed

Babel extractor bug #118

sqlalchemy-bot opened this issue Sep 22, 2009 · 3 comments
Labels
bug Something isn't working lexer low priority

Comments

@sqlalchemy-bot
Copy link

Migrated issue, originally created by Anonymous

I'm using Pylons 0.9.7, Mako 0.2.5

my.mako:
<%def name="panel()">
${(u'foo')}
<%self:block_tpl title="123">
${
(u'bar')}
</%self:block_tpl>
</%def>

Only foo gets extracted and bar doesn't.
I think it has something to do with mako.ext.babelplugin

@sqlalchemy-bot
Copy link
Author

Changes by Philip Jenvey (@pjenvey):

  • changed assignee from "zzzeek" to "pjenvey"

@sqlalchemy-bot
Copy link
Author

Philip Jenvey (@pjenvey) wrote:

fixed in 163bf15

@sqlalchemy-bot
Copy link
Author

Changes by Philip Jenvey (@pjenvey):

  • changed status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lexer low priority
Projects
None yet
Development

No branches or pull requests

1 participant