vergilet / repost

Redirect using POST method
https://vergilet.github.io/repost
MIT License
84 stars 12 forks source link

Improve test for nested array param #18

Closed molfar closed 3 years ago

molfar commented 3 years ago

It work as expected with multilevel params and arrays. Now it fit my needs. I just improved test case. But it does not cover all possible combinations with hashes/arrays/array of hashes etc.

vergilet commented 3 years ago

@molfar, Nicely done!