Working on
This commit is contained in:
3
test/integration/error.marte
Normal file
3
test/integration/error.marte
Normal file
@@ -0,0 +1,3 @@
|
||||
+NodeWithoutClass = {
|
||||
Field = 1
|
||||
}
|
||||
11
test/integration/fmt.marte
Normal file
11
test/integration/fmt.marte
Normal file
@@ -0,0 +1,11 @@
|
||||
#package TEST.FMT
|
||||
|
||||
// Detached comment
|
||||
|
||||
+Node = {
|
||||
Class = "MyClass"
|
||||
|
||||
// Sticky comment
|
||||
Field = 123
|
||||
Array = {1 2 3}
|
||||
}
|
||||
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