pelican/pelican/tests/settings/pelicanconf-syntax3-error.py.disabled

18 lines
360 B
Text

#! Ohhhtay, this is not a python file despite it's .py file extension
# Error to occur is at line 13, column 5
# CAUTION: do not change this error location without corresponding changes in test cases
import me
def function_a(arg1):
value2 = arg1
value3 = value2 + 1
return value3
int i
for (i = 1; i < 200; ) {
i = i + 1;
}