blob: 54350cbd4be687d5b29b3b25dd6c91a758b87e5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
#############################
Expected output for 'h5diff file4.h5 file4.h5 -v compound'
#############################
$h5diff file4.h5 file4.h5 -v compound
file1 file2
---------------------------------------
x x /array
x x /bitfield
x x /compound
x x /enum
x x /float
x x /integer
x x /opaque
x x /ref
x x /string
x x /vlen
</array> and </array> are empty datasets
</bitfield> and </bitfield> are empty datasets
</compound> and </compound> are empty datasets
</enum> and </enum> are empty datasets
</float> and </float> are empty datasets
</integer> and </integer> are empty datasets
</opaque> and </opaque> are empty datasets
</ref> and </ref> are empty datasets
</string> and </string> are empty datasets
</vlen> and </vlen> are empty datasets
|