Fix issue with assignment in case root element is a list.#109
Fix issue with assignment in case root element is a list.#109michaelmior merged 2 commits intoh2non:masterfrom
Conversation
|
@rolling-robot Would you be able to add a test for this new case? |
5468d8c to
c5fa517
Compare
c5fa517 to
6032ba4
Compare
|
Here you go. |
|
Older version implicitly suggests that root element is a dict, but it may not. |
|
BTW, upon looking at original code now, a year later, I started to doubt: although everything works, this may be a wrong fix for this bug. |
|
No, it seems like the bugfix is safe and does not break conventions. |
|
@rolling-robot Thanks for the fix! |
This is a fix for #108