Skip to content

Commit e8a4e96

Browse files
rubensworksgkellogg
authored andcommitted
Fix test 0260 expecting incorrect subjects
These tests used to expect a blank node subject. However, since the tags appears as a child of the <body>, they should have the baseIRI as subject.
1 parent 71557dc commit e8a4e96

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

test-cases/rdfa1.1/xhtml1/0260.sparql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PREFIX xhv: <http://www.w3.org/1999/xhtml/vocab#>
22

33
ASK WHERE {
4-
[
4+
<http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml1/0260.xhtml>
55
# Vocabulary Terms
66
xhv:alternate "alternate";
77
xhv:appendix "appendix";
@@ -30,5 +30,5 @@ ASK WHERE {
3030

3131
# Other terms
3232
xhv:p3pv1 "p3pv1"
33-
]
33+
.
3434
}

test-cases/rdfa1.1/xhtml1/0260.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
22
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
33

4-
[
4+
<http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml1/0260.xhtml>
55
# Vocabulary Terms
66
xhv:alternate "alternate";
77
xhv:appendix "appendix";
@@ -30,4 +30,4 @@
3030

3131
# Other terms
3232
xhv:p3pv1 "p3pv1"
33-
] .
33+
.

0 commit comments

Comments
 (0)