https://bz.apache.org/ooo/show_bug.cgi?id=117960
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Target Milestone|--- |4.2.0 --- Comment #5 from [email protected] --- Fixed it properly in r1716234, resolving fixed. Commit message with details was: #i117960# Basic: Line Input doesn't work in single-line If i92642 added the ability to use certain keywords as variable names (eg. name = 1, line = "hi"), but also caused a regression where "Line Input" is broken in single-line If statements. This patch fixes that by allowing Then and Else to also be the start-of-line tokens expected to immediately preceed the "Line" token in order for that "Line" token to be recognized a keyword instead of a variable name. Also added FVT spreadsheet tests for "Line" as both a variable name and as "Line Input". -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue.
