hkoba / yatt_lite

YATT::Lite - Template with "use strict"
Other
5 stars 0 forks source link

Port Rack::Utils.build_nested_query too. #138

Closed hkoba closed 6 years ago

hkoba commented 6 years ago

137 &yatt:query_string(); must care HASH and ARRAY parameters, which is very common in PHP/RoR. Because YATT::Lite implements it since #19. So, let's port Rack::Utils.build_nested_query and it's spec test!