mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
5a4c7681ed
test files with new output format Description: Solution: Platforms tested: Misc. update:
13 lines
500 B
Plaintext
13 lines
500 B
Plaintext
#############################
|
|
Expected output for 'h5diff file1.h5 file2.h5 -n 2 g1/dset3 g1/dset4'
|
|
#############################
|
|
$h5diff file1.h5 file2.h5 -n 2 g1/dset3 g1/dset4
|
|
Comparing </g1/dset3> with </g1/dset4>
|
|
position dset3 dset4 difference
|
|
------------------------------------------------------------
|
|
[ 0 0 ] 100 110 10
|
|
[ 0 1 ] 110 100 10
|
|
2 differences found
|
|
|
|
|