1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
#Several multiline comments one after another
script: -(9,1) data_data: ERROR, incorrect CIF syntax:
loop__tag_l1 _tag_l2 _tag_l3
^
script: -(9,22) data_data: ERROR, incorrect CIF syntax:
loop__tag_l1 _tag_l2 _tag_l3
^
#Multiline comment with one extra line followed by a single line comment
script: -(9) data_data: ERROR, incorrect CIF syntax:
loop_
script: file: ERROR, error.
#Single line comment followed by a prefixed line
script: file: ERROR, error that is followed by a line.
prefixed error line
#Single prefixed line (should not be parsed correctly)
prefixed error line2
|