Skip to content

Commit f190e24

Browse files
pchampingkellogg
authored andcommitted
fixed tests
1 parent 08c52bc commit f190e24

File tree

4 files changed

+27
-16
lines changed

4 files changed

+27
-16
lines changed

tests/expand/e046-in.jsonld

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
2-
"@context": {
3-
"@version": 1.1,
4-
"@vocab": "ex:ns/",
5-
"ex": {
6-
"@id": "http://example.org/",
7-
"@prefix": true
2+
"@context": [
3+
{
4+
"@version": 1.1,
5+
"ex": {
6+
"@id": "http://example.org/",
7+
"@prefix": true
8+
}
9+
},
10+
{
11+
"@vocab": "ex:ns/"
812
}
9-
},
13+
],
1014
"foo": "bar"
11-
}
15+
}

tests/expand/e046-out.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
}
77
]
88
}
9-
]
9+
]

tests/expand/e047-in.jsonld

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
2-
"@context": {
3-
"@version": 1.1,
4-
"@vocab": "ex",
5-
"ex": "http://example.org/",
6-
},
2+
"@context": [
3+
{
4+
"@version": 1.1,
5+
"ex": {
6+
"@id": "http://example.org/",
7+
"@prefix": true
8+
}
9+
},
10+
{
11+
"@vocab": "ex"
12+
}
13+
],
714
"foo": "bar"
8-
}
15+
}

tests/expand/e047-out.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
}
77
]
88
}
9-
]
9+
]

0 commit comments

Comments
 (0)