You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it.only('tracks code flow between conditional compile blocks',()=>{program.setFile('source/main.brs',` sub main() #if true text1 = "a" #else text1 = "b" #end if print text1 end sub `);program.validate();expect(program.getDiagnostics()).to.eql([]);});
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: