blob: d8702cad0f7d58fc2e22de4608e31f0b8590a965 (
plain)
1
2
3
4
5
6
7
8
9
|
When parsing a regexp literal at the end of the source buffer, the lexer
ended up in an infinite loop watining for a non-flag character.
-- Expect stdout --
-- End --
-- Testcase --
{% /a/
-- End (no-eol) --
|