• Damjan Jovanovic's avatar
    #i117960# Basic: Line Input doesn't work in single-line If · d5443023
    Damjan Jovanovic yazdı
    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".
    
    Patch by: me
    
    (cherry picked from commit f8a51d0f)
    d5443023
Adı
Son kayıt (commit)
Son güncelleme
..
basiccharclass.cxx Loading commit data...
buffer.cxx Loading commit data...
codegen.cxx Loading commit data...
dim.cxx Loading commit data...
exprgen.cxx Loading commit data...
exprnode.cxx Loading commit data...
exprtree.cxx Loading commit data...
io.cxx Loading commit data...
loops.cxx Loading commit data...
parser.cxx Loading commit data...
sbcomp.cxx Loading commit data...
scanner.cxx Loading commit data...
symtbl.cxx Loading commit data...
token.cxx Loading commit data...