1 When an incomplete expression was parsed at the very end of the input 2 buffer, the source code context line was not properly printed. 3 4 -- Expect stderr -- 5 Syntax error: Expecting expression 6 In line 2, byte 1: 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