Skip to content

Commit 91bab7b

Browse files
committed
Move expand/0124-6 to 0126-8 and toRdf/e124-6 to toRdf/e126-8 to avoid overlapping.
1 parent f6e3c56 commit 91bab7b

File tree

10 files changed

+22
-8
lines changed

10 files changed

+22
-8
lines changed

tests/expand/0126-in.jsonld

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"@context": [
3-
"0126-context-1.jsonld",
4-
"0126-context-2.jsonld"
5-
],
2+
"@context": "0124-context.jsonld",
63
"@id": "ex:id",
74
"prop": {
85
"value": "v"
File renamed without changes.
File renamed without changes.

tests/expand/0128-in.jsonld

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"@context": [
3+
"0126-context-1.jsonld",
4+
"0126-context-2.jsonld"
5+
],
6+
"@id": "ex:id",
7+
"prop": {
8+
"value": "v"
9+
}
10+
}
File renamed without changes.

tests/toRdf/e126-in.jsonld

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"@context": [
3-
"e126-context-1.jsonld",
4-
"e126-context-2.jsonld"
5-
],
2+
"@context": "e124-context.jsonld",
63
"@id": "ex:id",
74
"prop": {
85
"value": "v"
File renamed without changes.
File renamed without changes.

tests/toRdf/e128-in.jsonld

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"@context": [
3+
"e126-context-1.jsonld",
4+
"e126-context-2.jsonld"
5+
],
6+
"@id": "ex:id",
7+
"prop": {
8+
"value": "v"
9+
}
10+
}
File renamed without changes.

0 commit comments

Comments
 (0)