mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-11 20:31:43 +00:00
Add more tests of lexer's skipToLeadingKeyword behavior (#1971)
The character after the ending keyword gets blue-painted.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
def hmm equs "else"
|
||||
|
||||
if 1
|
||||
println "yes"
|
||||
{hmm}
|
||||
println "no"
|
||||
endc
|
||||
|
||||
if 0
|
||||
println "NO"
|
||||
{hmm}
|
||||
println "YES"
|
||||
endc
|
||||
Reference in New Issue
Block a user