zulip/tools/tests
Aditya Bansal d0492b103b template_parser: Fix Jinja2 tag matching with strip whitespace syntax.
In this commit, we basically match any kinda of jinja2 start tag,
    no matter its special kind (eg. jinja2_whitespace_stripped_start)
    to any kinda jinja2 end tag (eg. jinja2_whitespace_stripped_end)

    Idea is special operators like `-` do not change the meaning of
    inline tag and thus matching shouldn't depend upon this.
2020-01-16 12:53:34 -08:00
..
test_template_data Lint for duplicate ids in templates. 2017-01-13 17:00:22 -08:00
__init__.py
test_capitalization_checker.py check-capitalization: Check for banned words. 2018-03-11 15:34:47 -07:00
test_html_branches.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
test_pretty_print.py templates: Use upstream Handlebars partials syntax. 2019-07-12 21:11:14 -07:00
test_template_parser.py template_parser: Fix Jinja2 tag matching with strip whitespace syntax. 2020-01-16 12:53:34 -08:00
test_zulint_custom_rules.py zulint: Use zulint from the extracted repository. 2019-07-26 11:35:43 -07:00