Skip to content

Commit

Permalink
test: verify roundtrip of XMI file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored and fake-join[bot] committed Jan 10, 2023
1 parent 36420cf commit 631eb6f
Show file tree
Hide file tree
Showing 3 changed files with 15,719 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/fixtures/model/xmi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "XML",
"uri": "http://www.omg.org/spec/XMI/20131001",
"prefix": "xmi",
"types": [
{
"name": "XMI",
"properties": [
{ "name": "elements", "type": "Element", "isMany": true }
]
}
]
}
Loading

0 comments on commit 631eb6f

Please sign in to comment.