10 lines
205 B
Text
10 lines
205 B
Text
#
|
|
# 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;
|