safe_template_linter.py
28.9 KB
-
Safe template linter should use DOTALL · 7cfa0fa1
MULTILINE has to do with how '^' and '$' behave, DOTALL will make the '.' match newlines as well. This catches several failures that were previously missed.
Eric Fischer committed