fix syntax for test file by adding a space after the prefix Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/5e40684c Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/5e40684c Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/5e40684c
Branch: refs/heads/master Commit: 5e40684ca2a9b37ea3a56053c4cc1f019a974adf Parents: 9f60d32 Author: Peter Ansell <[email protected]> Authored: Mon Sep 2 10:32:29 2013 +1000 Committer: Peter Ansell <[email protected]> Committed: Mon Sep 2 10:32:29 2013 +1000 ---------------------------------------------------------------------- test-resources/src/test/resources/html/rdfa/rdfa-11-curies.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/5e40684c/test-resources/src/test/resources/html/rdfa/rdfa-11-curies.html ---------------------------------------------------------------------- diff --git a/test-resources/src/test/resources/html/rdfa/rdfa-11-curies.html b/test-resources/src/test/resources/html/rdfa/rdfa-11-curies.html index 4f4a8bd..cb78b59 100644 --- a/test-resources/src/test/resources/html/rdfa/rdfa-11-curies.html +++ b/test-resources/src/test/resources/html/rdfa/rdfa-11-curies.html @@ -23,10 +23,10 @@ <span property="db:name" content="Albert Einstein"></span> <span rel="db:knows" resource="http://dbpedia.org/resource/Franklin_Roosevlet"></span> </div> - <div prefix="db:http://database.org/ dc:http://purl.org/dc/01/" about="db:table/Departments"> + <div prefix="db: http://database.org/ dc: http://purl.org/dc/01/" about="db:table/Departments"> <span property="db:description" content="Tables listing departments"></span> <span rel="db:owner" resource="[db:people/Davide_Palmisano]"></span> - <span prefix="foaf:http://xmlns.org/foaf/01/" rel="foaf:author" + <span prefix="foaf: http://xmlns.org/foaf/01/" rel="foaf:author" resource="db:people/Davide_Palmisano"></span> <span property="dc:name" content="Departments"></span> </div>
