blob: 19eee9a0c45816fc94f1826339b19c260cb21344 (
plain) (
blame)
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;
|