this will crash the Lexer due to the regex: ```py from mako.lexer import Lexer template = "<%0" + '"' * 3000 Lexer(template).parse ```