Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Drop some more invalid "Z"s in datetime year vals
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Jul 31, 2013
1 parent 52a0f3d commit b45daf9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/0283.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

ASK WHERE {
[ rdf:value " 2012-03-18Z" ] .
}
[ rdf:value " 2012-03-18" ] .
}
2 changes: 1 addition & 1 deletion tests/0283.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<title>Test 0283</title>
</head>
<body>
<time property="rdf:value"> 2012-03-18Z</time>
<time property="rdf:value"> 2012-03-18</time>
</body>
4 changes: 2 additions & 2 deletions tests/0284.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

ASK WHERE {
[ rdf:value " 2012-03-18Z"^^xsd:dateTime ] .
}
[ rdf:value " 2012-03-18"^^xsd:dateTime ] .
}
2 changes: 1 addition & 1 deletion tests/0284.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<title>Test 0284</title>
</head>
<body>
<time property="rdf:value" datatype="xsd:dateTime"> 2012-03-18Z</time>
<time property="rdf:value" datatype="xsd:dateTime"> 2012-03-18</time>
</body>

0 comments on commit b45daf9

Please sign in to comment.