Skip to content

Commit 997c78f

Browse files
committed
test: verify roundtrip of XMI file
1 parent 235504f commit 997c78f

File tree

3 files changed

+15719
-0
lines changed

3 files changed

+15719
-0
lines changed

test/fixtures/model/xmi.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "XML",
3+
"uri": "http://www.omg.org/spec/XMI/20131001",
4+
"prefix": "xmi",
5+
"types": [
6+
{
7+
"name": "XMI",
8+
"properties": [
9+
{ "name": "elements", "type": "Element", "isMany": true }
10+
]
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)