Skip to content

More comprehensive synchronization of expand tests in toRdf #422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,034 changes: 531 additions & 503 deletions tests/expand-manifest.html

Large diffs are not rendered by default.

408 changes: 208 additions & 200 deletions tests/expand-manifest.jsonld

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"@context": "e002-in.jsonld",
"@context": "er02-in.jsonld",
"@id": "http://example/test#example"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"@context": "e003-in.jsonld",
"@context": "er03-in.jsonld",
"@id": "http://example/test#example"
}
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[{
"@context": "e005-in.jsonld",
"@context": "er05-in.jsonld",
"@id": "http://example/test#example"
}]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions tests/expand/pr40-in.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": {
"@vocab": "http://vocab.org/",
"@protected": true,
"bar": "http://ignored.org/bar",
"foo": {
"@context": {
"bar": "http://example.org/other"
}
}
},
"@id": "ex:outer",
"foo": {
"@id": "ex:inner",
"bar": "baz"
}
}
7 changes: 7 additions & 0 deletions tests/expand/pr40-out.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[{
"@id": "ex:outer",
"http://vocab.org/foo": [{
"@id": "ex:inner",
"http://example.org/other": [{"@value": "baz"}]
}]
}]
Loading