View Issue Details

IDProjectCategoryView StatusLast Update
0000167fileGeneralpublic2020-06-07 18:17
Reportervinc17 Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.38 
Fixed in Version5.39 
Summary0000167: For XML, version="1.0" and version='1.0' are not handled in the same way
DescriptionOn XML files, the output depends on the type of quote character used for the version. This is not consistent.
Steps To ReproduceConsider the following XML files:

==> file1.xml <==
<?xml version="1.0"?>
<root/>

==> file2.xml <==
<?xml version='1.0'?>
<root/>

The only difference is the quote character used for the version (double quote vs single quote). But I get a difference in the output:

$ file file?.xml
file1.xml: XML 1.0 document, ASCII text
file2.xml: XML 1.0 document text
TagsNo tags attached.

Activities

christos

2020-06-07 18:17

manager   ~0003424

Fixed, thanks!

Issue History

Date Modified Username Field Change
2020-06-07 18:12 vinc17 New Issue
2020-06-07 18:16 christos Assigned To => christos
2020-06-07 18:16 christos Status new => assigned
2020-06-07 18:17 christos Status assigned => resolved
2020-06-07 18:17 christos Resolution open => fixed
2020-06-07 18:17 christos Fixed in Version => 5.39
2020-06-07 18:17 christos Note Added: 0003424