Skip Menu |

This queue is for tickets about the Test-XML-Ordered CPAN distribution.

Report information
The Basics
Id: 89264
Status: stalled
Priority: 0/
Queue: Test-XML-Ordered

People
Owner: Nobody in particular
Requestors: NGLENN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: optionally compare comments
Currently the following test passes, and perhaps it shouldn't by default: use Test::More; plan tests => 1; use Test::XML::Ordered qw(is_xml_ordered); is_xml_ordered( [string => '<xml><!--stuff--></xml>'], [string => '<xml><!--bar--></xml>'], 'XML structure' ); I think it may be common both to want to compare comments and to not want to compare comments, so I think it may be better to make this optional (not sure how).
On Sat Oct 05 03:11:49 2013, NGLENN wrote: Show quoted text
> Currently the following test passes, and perhaps it shouldn't by > default: > use Test::More; > plan tests => 1; > use Test::XML::Ordered qw(is_xml_ordered); > is_xml_ordered( > [string => '<xml><!--stuff--></xml>'], > [string => '<xml><!--bar--></xml>'], > 'XML structure' > ); > > I think it may be common both to want to compare comments and to not > want to compare comments, so I think it may be better to make this > optional (not sure how).
Hi NGLENN! A pull-req would be welcome - see https://bitbucket.org/shlomif/test-xml-ordered - I am marking this ticket as stalled though and sorry for the late reply.
On Tue Nov 21 14:05:49 2017, SHLOMIF wrote: Show quoted text
> On Sat Oct 05 03:11:49 2013, NGLENN wrote:
> > Currently the following test passes, and perhaps it shouldn't by > > default: > > use Test::More; > > plan tests => 1; > > use Test::XML::Ordered qw(is_xml_ordered); > > is_xml_ordered( > > [string => '<xml><!--stuff--></xml>'], > > [string => '<xml><!--bar--></xml>'], > > 'XML structure' > > ); > > > > I think it may be common both to want to compare comments and to not > > want to compare comments, so I think it may be better to make this > > optional (not sure how).
> > Hi NGLENN! A pull-req would be welcome - see > https://bitbucket.org/shlomif/test-xml-ordered - I am marking this > ticket as stalled though and sorry for the late reply.
for real now.