1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Avoid RDF::RDFa::Parser which is unfit for stable release
Forwarded: no
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2019-02-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/t/serializer-rdfa.t
+++ b/t/serializer-rdfa.t
@@ -78,7 +78,7 @@
sub tests {
my $string = shift;
- is_valid_rdf($string, 'rdfa', 'RDFa is syntactically valid');
+# is_valid_rdf($string, 'rdfa', 'RDFa is syntactically valid');
like($string, qr|about="http://example.org/foo"|, 'Subject URI present');
like($string, qr|rel="rdf:type"|, 'Type predicate present');
like($string, qr|property="ex:pi"|, 'pi predicate present');
|