Tests: added Ruby tests with array in header values
This commit is contained in:
committed by
andrey-zelenkov
parent
a1e00b4e28
commit
4e08f49549
7
test/ruby/header_array_empty/config.ru
Normal file
7
test/ruby/header_array_empty/config.ru
Normal file
@@ -0,0 +1,7 @@
|
||||
app = Proc.new do |env|
|
||||
['200', {
|
||||
'x-array' => [],
|
||||
}, []]
|
||||
end
|
||||
|
||||
run app
|
||||
Reference in New Issue
Block a user