X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=blobdiff_plain;f=csrc%2Findent_test.mdc;h=88e93914aa6f88a7b49638e230c3d99e372019eb;hp=6ba2479e58ecbd449811c6a355295cb4b7b629a8;hb=ca00beb39b9d02578c1f0b556a2c2f70f28cf6e7;hpb=f24b54a97b9955aa5761b22aa64d5418e23e80f2 diff --git a/csrc/indent_test.mdc b/csrc/indent_test.mdc index 6ba2479..88e9391 100644 --- a/csrc/indent_test.mdc +++ b/csrc/indent_test.mdc @@ -162,7 +162,7 @@ $*statement | Open SimpleStatements } ${ $0 = $<2; }$ | : SimpleStatements $$NEWLINE ${ $0 = $<2; }$ | : StatementBlock ${ $0 = $<2; }$ - StatementBlock -> Statementlist $$NEWLINE ${ $0 = $<1; }$ + StatementBlock -> Statementlist $$OUT ${ $0 = $<1; }$ SimpleStatements -> SimpleStatements ; SimpleStatement ${ {