• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/ucode/tests/custom/99_bugs/15_segfault_on_prefix_increment

  1 When parsing an invalid pre- or post-decrement expression as first
  2 statement of a source buffer, the compiler crashed while attempting
  3 to look up the type of the previous instruction within a not-yet
  4 allocated chunk buffer.
  5 
  6 -- Expect stderr --
  7 Syntax error: Unterminated string
  8 In line 1, byte 6:
  9 
 10  `{% ++"`
 11        ^-- Near here
 12 
 13 
 14 -- End --
 15 
 16 -- Testcase --
 17 {% ++"
 18 -- End --

This page was automatically generated by LXR 0.3.1.  •  OpenWrt