zulip/tools/tests
Gordon P. Hemsley 2e865f03bf Protect against nameless HTML tags in tools/lib/template_parser.py.
Fixed IndexError when there is only zero or more whitespace characters
between < and >. (str.split() will return an empty list in this case, which
means there is no index 0.)
2016-08-30 19:00:13 -04:00
..
__init__.py Add test coverage for parsers in tools/lib. 2016-08-04 10:47:09 -07:00
test_css_parser.py Add test coverage for parsers in tools/lib. 2016-08-04 10:47:09 -07:00
test_template_parser.py Protect against nameless HTML tags in tools/lib/template_parser.py. 2016-08-30 19:00:13 -04:00