diff options
Diffstat (limited to 'tools/testfiles/tref-escapes-at.h5.xml')
-rw-r--r-- | tools/testfiles/tref-escapes-at.h5.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/testfiles/tref-escapes-at.h5.xml b/tools/testfiles/tref-escapes-at.h5.xml index b7a1158..403c9ce 100644 --- a/tools/testfiles/tref-escapes-at.h5.xml +++ b/tools/testfiles/tref-escapes-at.h5.xml @@ -200,7 +200,7 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' <hdf5:IntegerType ByteOrder="BE" Sign="false" Size="1" /> </hdf5:AtomicType> </hdf5:DataType> - <hdf5:Attribute Name="reftoamp"> + <hdf5:Attribute Name="reftoquote"> <hdf5:Dataspace> <hdf5:SimpleDataspace Ndims="1"> <hdf5:Dimension DimSize="1" MaxDimSize="1"/> @@ -215,11 +215,11 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' </hdf5:DataType> <hdf5:Data> <hdf5:DataFromFile> - "/Group1/Dataset&amp" + "/Group1/Dataset\"quote" </hdf5:DataFromFile> </hdf5:Data> </hdf5:Attribute> - <hdf5:Attribute Name="reftoapos"> + <hdf5:Attribute Name="reftoslash"> <hdf5:Dataspace> <hdf5:SimpleDataspace Ndims="1"> <hdf5:Dimension DimSize="1" MaxDimSize="1"/> @@ -234,11 +234,11 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' </hdf5:DataType> <hdf5:Data> <hdf5:DataFromFile> - "/Group1/Dataset'apos" + "/Group1/Dataset\\slash" </hdf5:DataFromFile> </hdf5:Data> </hdf5:Attribute> - <hdf5:Attribute Name="reftogt"> + <hdf5:Attribute Name="reftoamp"> <hdf5:Dataspace> <hdf5:SimpleDataspace Ndims="1"> <hdf5:Dimension DimSize="1" MaxDimSize="1"/> @@ -253,7 +253,7 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' </hdf5:DataType> <hdf5:Data> <hdf5:DataFromFile> - "/Group1/Dataset>gt" + "/Group1/Dataset&amp" </hdf5:DataFromFile> </hdf5:Data> </hdf5:Attribute> @@ -276,7 +276,7 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' </hdf5:DataFromFile> </hdf5:Data> </hdf5:Attribute> - <hdf5:Attribute Name="reftoquote"> + <hdf5:Attribute Name="reftogt"> <hdf5:Dataspace> <hdf5:SimpleDataspace Ndims="1"> <hdf5:Dimension DimSize="1" MaxDimSize="1"/> @@ -291,11 +291,11 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' </hdf5:DataType> <hdf5:Data> <hdf5:DataFromFile> - "/Group1/Dataset\"quote" + "/Group1/Dataset>gt" </hdf5:DataFromFile> </hdf5:Data> </hdf5:Attribute> - <hdf5:Attribute Name="reftoslash"> + <hdf5:Attribute Name="reftoapos"> <hdf5:Dataspace> <hdf5:SimpleDataspace Ndims="1"> <hdf5:Dimension DimSize="1" MaxDimSize="1"/> @@ -310,7 +310,7 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' </hdf5:DataType> <hdf5:Data> <hdf5:DataFromFile> - "/Group1/Dataset\\slash" + "/Group1/Dataset'apos" </hdf5:DataFromFile> </hdf5:Data> </hdf5:Attribute> |