Closed seancorfield closed 2 months ago
'(param x) does not match {:params {:x ...}} and vice versa. All four combinations should work. They should be canonicalized to keywords in all cases.
'(param x)
{:params {:x ...}}
'(param x)
does not match{:params {:x ...}}
and vice versa. All four combinations should work. They should be canonicalized to keywords in all cases.