1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
scripts/cif_diff:: WARNING, number of data blocks in supplied files is different, taking first 2 data blocks for comparison.
the number of '_loop_with_different_length' data item values differs between datablocks
<loop_
_loop_with_same_length_and_different_values
1
2
3
4
5
>loop_
_loop_with_same_length_and_different_values
1
2
3
4
6
<_tag_existing_only_on_left yes
>_tag_existing_only_on_right yes
<_tag_with_different_values left
>_tag_with_different_values right
<data_different_datanames_left
>data_different_datanames_right
<_tag_with_different_string_values 0.1
>_tag_with_different_string_values 0.10
|