Tests: more Python tests.
This commit is contained in:
3
test/python/syntax_error/wsgi.py
Normal file
3
test/python/syntax_error/wsgi.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def application(env, start_response)
|
||||
start_response('200', [('Content-Length', '0')])
|
||||
return []
|
||||
Reference in New Issue
Block a user