Subject: | Test fails, but shouldn't |
The following test fails, at least under Cygwin, but I think it
shouldn't, because the XML output is correct, it just has different
whitespace.
# Failed test '-f 2'
# at t/01-options.t line 50.
# got: '<?xml version="1.0" encoding="UTF-8"?>
# <xg2:result_set xmlns:xg2="http://xmltwig.com/tools/xml_grep2/">
# <e1 id="e1-2" att1="val2">text e1-2</e1>
# </xg2:result_set>
# '
# expected: '<?xml version="1.0" encoding="UTF-8"?>
# <xg2:result_set xmlns:xg2="http://xmltwig.com/tools/xml_grep2/">
# <e1 id="e1-2" att1="val2">
# text e1-2
# </e1>
# </xg2:result_set>
# '
t/01-options.t .. 90/90 # Looks like you failed 1 test of 90.
t/01-options.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/90 subtests