Skip to content

Commit cbb64ce

Browse files
committed
enable skipped test
1 parent ddadc6e commit cbb64ce

File tree

4 files changed

+227722
-222209
lines changed

4 files changed

+227722
-222209
lines changed

grammar.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ module.exports = grammar({
579579
seq(
580580
'if',
581581
field('guard', $._expression),
582+
optional($._newline),
582583
'then',
583584
field('then', $._expression),
584585
repeat($.elif_expression),
@@ -590,6 +591,7 @@ module.exports = grammar({
590591
seq(
591592
'if',
592593
field('guard', $._expression),
594+
optional($._newline),
593595
'then',
594596
field('then', $._expression),
595597
)),

src/grammar.json

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)