Closed startling closed 12 years ago
Even inside some text in a block that should be filtered, single- and double-quotes are treated as significant.
This file, for example, fails because of the apostrophe/single-quote in "doesn't".
-! def whatever(x): return x :whatever This doesn't work correctly because the apostrophe counts as an unclosed single-quote.
It gets me the following error:
mako.exceptions.SyntaxException: Unmatched ''' at line: 6 char: 91
It's a Mako error, but that file runs perfectly through vanilla Mako.
Thanks!
This works correctly since the new implementation of filters, which has not been pushed to PyPI.
I just pushed a new version to PyPI which should fix this.
Thanks so much!
Even inside some text in a block that should be filtered, single- and double-quotes are treated as significant.
This file, for example, fails because of the apostrophe/single-quote in "doesn't".
It gets me the following error:
It's a Mako error, but that file runs perfectly through vanilla Mako.
Thanks!