File: 2001_avoid_RDF-RDFa-Parser.patch

package info (click to toggle)
librdf-trine-serializer-rdfa-perl 0.101-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: perl: 120; makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (4)
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');