File: multiline_error_messages.lst

package info (click to toggle)
cod-tools 3.7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 154,792 kB
  • sloc: perl: 57,588; sh: 36,842; ansic: 6,402; xml: 1,982; yacc: 1,117; makefile: 727; python: 166
file content (16 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (5)
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