File: line_numbers.g

package info (click to toggle)
yapps2 2.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: python: 1,016; sh: 24; makefile: 13
file content (10 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
#
# The error messages produced by Yapps have a line number.
# The line number should take the Python code section into account.

# The line number should be 10.

%%

parser error_1:
    this_is_an_error;