failing single line if test #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "single-line-if"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
No fix for this yet - wanted to discuss first.
Basically - should single line
ifstatements require anend, just likedo?But regardless of whether we require
endor not, single line if statements (withoutend) parse just fine but don't compile yet.Currently this test fails with:
UPDATE: Corey is 👍 on adding
endto single line IFs.WIP: failing single line if testto failing single line if testGot this working
I don't love how I have SingleLineIf and MultiLineIf in the grammar. But when I started to combine the two rules it became a little to complicated. I might try again if I can think of a way to keep it simple.