summaryrefslogtreecommitdiff
path: root/tests/test_templates.py
Commit message (Collapse)AuthorAgeFilesLines
* all: style fixesGeorg Brandl2022-10-271-6/+2
|
* feat: add a new SqlJinjaLexer (#2148)Edgar R. M2022-06-051-1/+52
|
* Clean-up unused imports (#1887)Mickaël Schoentgen2021-08-231-1/+1
|
* Detect multiline patterns in velocity lexer text analysis (#1776)Andy2021-04-171-1/+41
|
* Replace tests that assert on token output with auto-updatable samples (#1649)Oleh Prypin2021-01-181-63/+0
|
* Fix Mason regex.Matthäus G. Chajdas2020-11-081-2/+1
| | | | Previously, the tag was cut off.
* Fix Mason regex.Matthäus G. Chajdas2020-11-081-2/+65
| | | | | | | | | Previously, something like: <%class>text</%class> would not get matched correctly. This was due to the capturing group capturing the wrong part of the tag -- instead of class, it would capture the part after class before >. With this commit, the capturing group correctly matches the start/end tag. This commit also adds a unit test to verify this.
* fix closing tag for unnamed blocks on MasonLexer (#1592)Carlos Henrique Guardão Gandarez2020-11-081-1/+16
|
* test_templates: simplify and rename moduleGeorg Brandl2020-10-301-0/+29