Files
marte_dev_tools/test/integration/fmt.marte
Martino Ferrari fe4bb7c11e cleaned up
2026-01-20 10:11:56 +01:00

12 lines
133 B
Plaintext

#package TEST.FMT
// Detached comment
+Node = {
Class = "MyClass"
// Sticky comment
Field = 123
Array = {1 2 3}
}