File: multiline_error_messages.lst

package info (click to toggle)
cod-tools 3.1.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 149,700 kB
  • sloc: perl: 56,946; sh: 32,158; ansic: 6,385; xml: 1,982; yacc: 1,117; makefile: 728; 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