Skip to content

Commit 4d6efc7

Browse files
gkelloggdavidlehn
authored andcommitted
Update frame-0005-out.jsonld to what is actually produced.
1 parent f2b4c3c commit 4d6efc7

File tree

2 files changed

+41
-34
lines changed

2 files changed

+41
-34
lines changed

tests/new-embed-api/frame-0005-out.jsonld

Lines changed: 40 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,46 @@
33
"dc": "http://purl.org/dc/elements/1.1/",
44
"ex": "http://example.org/vocab#"
55
},
6-
"@graph": [{
7-
"@id": "http://example.org/town/#123",
8-
"@type": "ex:Town",
9-
"ex:name": "My town",
10-
"ex:hasLibrary": {
11-
"@id": "http://example.org/test/#library",
12-
"@type": "ex:Library",
13-
"ex:name": "My local library",
14-
"ex:contains": {
15-
"@id": "http://example.org/test#book",
16-
"@type": "ex:Book",
17-
"dc:contributor": "Writer",
18-
"dc:title": "My Book about a library",
19-
"ex:contains": {
20-
"@id": "http://example.org/test#chapter",
21-
"@type": "ex:Chapter",
22-
"dc:description": "Fun",
23-
"dc:title": "Chapter One",
24-
"ex:topic": [
25-
{
26-
"@id": "http://example.org/test/#library"
27-
},
28-
{
29-
"@id": "http://example.org/test/#library2",
30-
"@type": "ex:Library",
31-
"ex:name": "Another library"
6+
"@graph": [
7+
{
8+
"@id": "http://example.org/town/#123",
9+
"@type": "ex:Town",
10+
"ex:name": "My town",
11+
"ex:hasLibrary": [
12+
{
13+
"@id": "http://example.org/test/#library",
14+
"@type": "ex:Library",
15+
"ex:name": "My local library",
16+
"ex:contains": {
17+
"@id": "http://example.org/test#book",
18+
"@type": "ex:Book",
19+
"dc:contributor": "Writer",
20+
"dc:title": "My Book about a library",
21+
"ex:contains": {
22+
"@id": "http://example.org/test#chapter",
23+
"@type": "ex:Chapter",
24+
"dc:description": "Fun",
25+
"dc:title": "Chapter One",
26+
"ex:topic": [
27+
{
28+
"@id": "http://example.org/test/#library"
29+
},
30+
{
31+
"@id": "http://example.org/test/#library2",
32+
"@type": "ex:Library",
33+
"ex:name": "Another library"
34+
}
35+
]
3236
}
33-
]
37+
}
38+
},
39+
{
40+
"@id": "http://example.org/test/#library2",
41+
"@type": "ex:Library",
42+
"ex:contains": null,
43+
"ex:name": "Another library"
3444
}
35-
}
36-
},
37-
"ex:hasLibrary": "http://example.org/test/#library2"
38-
}]
45+
]
46+
}
47+
]
3948
}

tests/test-common.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ const TEST_TYPES = {
5959
compare: compareExpectedJson
6060
},
6161
'jld:FrameTest': {
62-
skip: {
63-
regex: [/#t0005 Embed with nested indirect circular/]
64-
},
62+
skip: {},
6563
fn: 'frame',
6664
params: [
6765
readTestUrl('input'),

0 commit comments

Comments
 (0)