@@ -14,7 +14,7 @@ bad_07.xdi file read(2) Y No Column labels -
14
14
bad_08.xdi file read(2) Y Too few Column labels
15
15
bad_09.xdi file read(2) Y Too many Column labels
16
16
bad_10.xdi file read(2) Y Column indices not continuous
17
- bad_11.xdi error msg Y Unsupported comment character
17
+ bad_11.xdi file read(3) Y Unsupported comment character
18
18
bad_12.xdi file read(1) Y angle given without mono.d_spacing
19
19
bad_13.xdi error msg Y inconsistent number of columns in data table -- too few
20
20
bad_14.xdi error msg Y inconsistent number of columns in data table -- too many
@@ -26,17 +26,18 @@ bad_19.xdi error msg Y Header 'Family.Key: Value' -- no ':'
26
26
bad_20.xdi error msg Y Header 'Family.Key: Value' -- two ':'
27
27
bad_21.xdi error msg Y Header 'Family.Key: Value' -- no '.'
28
28
bad_22.xdi error msg Y Header 'Family.Key: Value' -- two '.'
29
- bad_23.xdi file read(3 ) Y Header 'Family.Key: Value' -- key starts with number
29
+ bad_23.xdi file read(4 ) Y Header 'Family.Key: Value' -- key starts with number
30
30
bad_24.xdi error msg Y Header 'Family.Key: Value' -- Family starts with number
31
- bad_25.xdi file read(4 ) Y No extra version given
32
- bad_26.xdi file read(5 ) Y No user comment
33
- bad_27.xdi file read(5 ) Y Line of '////', but no user comment
31
+ bad_25.xdi file read(5 ) Y No extra version given
32
+ bad_26.xdi file read(6 ) Y No user comment
33
+ bad_27.xdi file read(6 ) Y Line of '////', but no user comment
34
34
bad_28.xdi error msg Y incorrectly format date-time
35
35
bad_29.xdi error msg Y date-time has invalid range (month > 12)
36
36
37
37
Notes:
38
38
1. files read, return value > 0, indicating Warning
39
39
2. extra column labels ignored, unspecified column labels set to 'colN' (N=1...)
40
- 3. keys are allowed to start with a number...
41
- 4. extra version is left as empty string ''
42
- 5. user comment is left as empty string ''
40
+ 3. lines with unrecognized comment characters ignored
41
+ 4. keys are allowed to start with a number...
42
+ 5. extra version is left as empty string ''
43
+ 6. user comment is left as empty string ''
0 commit comments