Working on
This commit is contained in:
9
test/integration/fmt_inline.marte
Normal file
9
test/integration/fmt_inline.marte
Normal file
@@ -0,0 +1,9 @@
|
||||
#package TEST.INLINE
|
||||
|
||||
+Node = { // Comment after open brace
|
||||
Field1 = "Value" // Comment after value
|
||||
Field2 = 123 // Another comment
|
||||
FieldArr = { 1 2 3 } // Comment after array
|
||||
+Sub = {
|
||||
} // Comment after object
|
||||
}
|
||||
Reference in New Issue
Block a user