Tests: Ruby module.
This commit is contained in:
5
test/ruby/syntax_error/config.ru
Normal file
5
test/ruby/syntax_error/config.ru
Normal file
@@ -0,0 +1,5 @@
|
||||
app = Proc.new |env|
|
||||
['200', {'Content-Length' => '0'}, ['']]
|
||||
end
|
||||
|
||||
run app
|
||||
Reference in New Issue
Block a user