1 When parsing an unclosed expression block, the lexer did end up in an 2 infinite loop. 3 4 -- Expect stderr -- 5 Syntax error: Unterminated template block 6 In line 1, byte 5: 7 8 `{{ 1` 9 ^-- Near here 10 11 12 -- End -- 13 14 -- Testcase -- 15 {{ 1 16 -- End --
This page was automatically generated by LXR 0.3.1. • OpenWrt