Skip to content

Commit 0b24ea2

Browse files
committed
Make sure queryParams are in generated manifests and used for generating expected results.
1 parent 65ba0eb commit 0b24ea2

162 files changed

Lines changed: 7822 additions & 680 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

test-cases/rdfa1.0/html4/0079.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
22

3-
<http://www.example.org/#somebody> foaf:knows <http://www.w3.org/People/Berners-Lee/card#i>,
3+
<http://www.example.org/#somebody> foaf:knows <http://danbri.org/foaf.rdf#danbri>,
44
<http://www.ivan-herman.org/Ivan_Herman>,
5-
<http://danbri.org/foaf.rdf#danbri> .
5+
<http://www.w3.org/People/Berners-Lee/card#i> .

test-cases/rdfa1.0/html4/0082.ttl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
<http://www.example.org/#somebody> foaf:knows [
66
foaf:knows <http://www.example.org/#somebody>;
77
foaf:mailbox <mailto:ivan@w3.org>;
8-
foaf:name "Ivan Herman", [ a foaf:Person]
8+
foaf:name [ a foaf:Person],
9+
"Ivan Herman"
910
] .

test-cases/rdfa1.0/html4/0083.ttl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
33
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
44

5-
<http://www.example.org/#somebody> foaf:knows [
5+
<http://www.example.org/#somebody> foaf:knows <http://danbri.org/foaf.rdf#danbri>, [
66
foaf:mailbox <mailto:ivan@w3.org>;
77
foaf:name "Ivan Herman"
8-
],
9-
<http://danbri.org/foaf.rdf#danbri> .
8+
] .
109

1110
<http://danbri.org/foaf.rdf#danbri> a foaf:Person;
1211
foaf:name "Dan Brickley" .

test-cases/rdfa1.0/html4/0084.ttl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
foaf:knows <http://www.example.org/#somebody>;
77
foaf:name "Dan Brickley" .
88

9-
<http://www.example.org/#somebody> foaf:knows [
9+
<http://www.example.org/#somebody> foaf:knows <http://danbri.org/foaf.rdf#danbri>, [
1010
foaf:knows <http://www.example.org/#somebody>;
1111
foaf:mailbox <mailto:ivan@w3.org>;
1212
foaf:name "Ivan Herman"
13-
],
14-
<http://danbri.org/foaf.rdf#danbri> .
13+
] .

test-cases/rdfa1.0/html4/0085.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
22

3-
<http://www.example.org/#somebody> foaf:knows [ foaf:knows <http://www.w3.org/People/Berners-Lee/card#i>,
3+
<http://www.example.org/#somebody> foaf:knows [ foaf:knows <http://danbri.org/foaf.rdf#danbri>,
44
<http://www.ivan-herman.org/Ivan_Herman>,
5-
<http://danbri.org/foaf.rdf#danbri>] .
5+
<http://www.w3.org/People/Berners-Lee/card#i>] .

test-cases/rdfa1.0/xhtml1/0078.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
22

33
<http://www.example.org/#somebody> foaf:knows [
4-
foaf:mailbox <mailto:ivan@w3.org>;
5-
foaf:name "Ivan Herman"
6-
], [
74
a foaf:Person;
85
foaf:name "Mark Birbeck"
6+
], [
7+
foaf:mailbox <mailto:ivan@w3.org>;
8+
foaf:name "Ivan Herman"
99
] .

test-cases/rdfa1.0/xhtml1/0079.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
22

3-
<http://www.example.org/#somebody> foaf:knows <http://www.w3.org/People/Berners-Lee/card#i>,
3+
<http://www.example.org/#somebody> foaf:knows <http://danbri.org/foaf.rdf#danbri>,
44
<http://www.ivan-herman.org/Ivan_Herman>,
5-
<http://danbri.org/foaf.rdf#danbri> .
5+
<http://www.w3.org/People/Berners-Lee/card#i> .

test-cases/rdfa1.0/xhtml1/0082.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
22

33
<http://www.example.org/#somebody> foaf:knows [
4-
a foaf:Person;
5-
foaf:knows <http://www.example.org/#somebody>;
6-
foaf:name "Mark Birbeck"
7-
], [
84
foaf:knows <http://www.example.org/#somebody>;
95
foaf:mailbox <mailto:ivan@w3.org>;
106
foaf:name "Ivan Herman"
7+
], [
8+
a foaf:Person;
9+
foaf:knows <http://www.example.org/#somebody>;
10+
foaf:name "Mark Birbeck"
1111
] .

test-cases/rdfa1.0/xhtml1/0084.ttl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
foaf:knows <http://www.example.org/#somebody>;
55
foaf:name "Dan Brickley" .
66

7-
<http://www.example.org/#somebody> foaf:knows [
7+
<http://www.example.org/#somebody> foaf:knows <http://danbri.org/foaf.rdf#danbri>, [
88
foaf:knows <http://www.example.org/#somebody>;
99
foaf:mailbox <mailto:ivan@w3.org>;
1010
foaf:name "Ivan Herman"
11-
],
12-
<http://danbri.org/foaf.rdf#danbri> .
11+
] .

test-cases/rdfa1.0/xhtml1/0085.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
22

3-
<http://www.example.org/#somebody> foaf:knows [ foaf:knows <http://www.w3.org/People/Berners-Lee/card#i>,
3+
<http://www.example.org/#somebody> foaf:knows [ foaf:knows <http://danbri.org/foaf.rdf#danbri>,
44
<http://www.ivan-herman.org/Ivan_Herman>,
5-
<http://danbri.org/foaf.rdf#danbri>] .
5+
<http://www.w3.org/People/Berners-Lee/card#i>] .

0 commit comments

Comments
 (0)