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

Sources/ucode/tests/custom/99_bugs/37_compiler_unexpected_unary_op

  1 When compiling expressions followed by a unary operator, the compiler
  2 triggered a segmentation fault due to invoking an unset infix parser
  3 routine.
  4 
  5 -- Testcase --
  6 1~1
  7 -- End --
  8 
  9 -- Args --
 10 -R
 11 -- End --
 12 
 13 -- Expect stderr --
 14 Syntax error: Expecting ';' or binary operator
 15 In line 1, byte 2:
 16 
 17  `1~1`
 18    ^-- Near here
 19 
 20 
 21 -- End --

This page was automatically generated by LXR 0.3.1.  •  OpenWrt