Proper multifile
This commit is contained in:
5
test/integration/build_merge_1.marte
Normal file
5
test/integration/build_merge_1.marte
Normal file
@@ -0,0 +1,5 @@
|
||||
#package TEST.MERGE
|
||||
+Node = {
|
||||
Class = "MyClass"
|
||||
FieldA = 1
|
||||
}
|
||||
4
test/integration/build_merge_2.marte
Normal file
4
test/integration/build_merge_2.marte
Normal file
@@ -0,0 +1,4 @@
|
||||
#package TEST.MERGE
|
||||
+Node = {
|
||||
FieldB = 2
|
||||
}
|
||||
4
test/integration/build_order_1.marte
Normal file
4
test/integration/build_order_1.marte
Normal file
@@ -0,0 +1,4 @@
|
||||
#package TEST.ORDER
|
||||
+Node = {
|
||||
Field = 1
|
||||
}
|
||||
4
test/integration/build_order_2.marte
Normal file
4
test/integration/build_order_2.marte
Normal file
@@ -0,0 +1,4 @@
|
||||
#package TEST.ORDER
|
||||
+Node = {
|
||||
Class = "Ordered"
|
||||
}
|
||||
6
test/integration/check_dup.marte
Normal file
6
test/integration/check_dup.marte
Normal file
@@ -0,0 +1,6 @@
|
||||
#package TEST.DUP
|
||||
+Node = {
|
||||
Class = "DupClass"
|
||||
Field = 1
|
||||
Field = 2
|
||||
}
|
||||
Reference in New Issue
Block a user