X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=blobdiff_plain;f=csrc%2Findent_test.mdc;h=463428b7579b1cf32d29ecafdeb43d42a832146d;hp=64ccc4345fad33added5b47b10361660fc3f0a1a;hb=abd08191347dfb83ac7e1aacf6a6aa3f8f796fcd;hpb=0b4b292a5e6744bcf7f35e012466c969c115c1b5 diff --git a/csrc/indent_test.mdc b/csrc/indent_test.mdc index 64ccc43..463428b 100644 --- a/csrc/indent_test.mdc +++ b/csrc/indent_test.mdc @@ -159,7 +159,7 @@ $*statement | Open SimpleStatements } ${ $0 = $ Statementlist $$OUT ${ $0 = $ Statementlist ${ $0 = $ SimpleStatements ; SimpleStatement ${ { @@ -183,7 +183,7 @@ $*statement }$ SSline -> SimpleStatements NEWLINE ${ $0 = $<1; }$ Statement -> SSline ${ $0 = $<1; }$ - | IfStatement $$NEWLINE ${ $0 = $<1; }$ + | IfStatement ${ $0 = $<1; }$ | Statement NEWLINE ${ $0 = $<1; }$ $RIGHT else