Bugzilla – Attachment 52231 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 xsd extension to t/00-valid-xml.t
Bug-16608---Add-xsd-extension-to-t00-valid-xmlt.patch (text/plain), 881 bytes, created by
Jonathan Druart
on 2016-06-10 14:38:30 UTC
(
hide
)
Description:
Bug 16608 - Add xsd extension to t/00-valid-xml.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-06-10 14:38:30 UTC
Size:
881 bytes
patch
obsolete
>From a8897ffc16a1b0564417fb650589d47adc3c1d32 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 xsd extension to t/00-valid-xml.t > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 ($@) { >-- >2.8.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