File: multiline_error_messages.lst

package info (click to toggle)
cod-tools 2.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 114,852 kB
  • sloc: perl: 53,336; sh: 23,842; ansic: 6,318; xml: 1,982; yacc: 1,112; makefile: 716; python: 158; sql: 73
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