1 When the lexer processed a backslash introducing a string escape directly 2 at the buffer boundary, the backslash was incorrectly retained. 3 4 -- Testcase -- 5 {% 6 print("abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijkl\n"); 7 %} 8 -- End -- 9 10 -- Expect stdout -- 11 abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijkl 12 -- End --
This page was automatically generated by LXR 0.3.1. • OpenWrt