Bugzilla – Attachment 51862 Details for
Bug 16608
Missing entity nbsp in some XML files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16608 - Add xsld extension to t/00-valid-xml.t
Bug-16608---Add-xsld-extension-to-t00-valid-xmlt.patch (text/plain), 745 bytes, created by
Fridolin Somers
on 2016-05-27 08:57:29 UTC
(
hide
)
Description:
Bug 16608 - Add xsld extension to t/00-valid-xml.t
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2016-05-27 08:57:29 UTC
Size:
745 bytes
patch
obsolete
>From ad868c6faf257eca3a6389be3fe1b273b3223878 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 27 May 2016 10:46:44 +0200 >Subject: [PATCH] Bug 16608 - Add xsld extension to t/00-valid-xml.t > >--- > t/00-valid-xml.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/00-valid-xml.t b/t/00-valid-xml.t >index 1f8988a..2c5393a 100644 >--- a/t/00-valid-xml.t >+++ b/t/00-valid-xml.t >@@ -30,7 +30,7 @@ find({ > no_chdir => 1, > wanted => sub { > my $file = $_; >- return unless $file =~ /(\.xml|\.xsl|\.xslt)$/i; >+ return unless $file =~ /(\.xml|\.xsl|\.xslt|\.xsd)$/i; > my $dom; > eval { $dom = $parser->parse_file($file); }; > if ($@) { >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16608
:
51862
|
51863
|
51864
|
51886
|
51887
|
52231
|
52232