germsvel / phoenix_test

MIT License
144 stars 20 forks source link

Failing test for multiple inputs named with [] #79

Closed totaltrash closed 2 months ago

totaltrash commented 3 months ago

More details are in #77, but these failing tests represent the difference between how phoenix_test and phoenix handles fields named with [].

germsvel commented 3 months ago

@totaltrash thanks for adding those failing tests. Any thoughts on adding the implementation too? I'd be happy to give it a review!

ftes commented 2 months ago

See #93 for a quick fix that satisfies the tests.

germsvel commented 2 months ago

@totaltrash I'm going to close this since I think it's fixed by #94. Let me know if that's not the case, and we can reopen this.