- The <%namespace> tag allows expressions
for the `file` argument, i.e. with ${}. The `context` variable, if needed, must be referenced explicitly. [ticket:141] - Fixed previously non-covered regular expression, such that using a ${} expression inside of a tag element that doesn't allow them raises a CompileException instead of silently failing.
Showing
- CHANGES 13 additions, 0 deletionsCHANGES
- doc/build/content/namespaces.txt 4 additions, 0 deletionsdoc/build/content/namespaces.txt
- mako/parsetree.py 3 additions, 3 deletionsmako/parsetree.py
- test/test_lexer.py 7 additions, 1 deletiontest/test_lexer.py
- test/test_namespace.py 19 additions, 1 deletiontest/test_namespace.py
Loading
Please register or sign in to comment