Closed RubenVerborgh closed 8 years ago
Aw, thanks, that was pretty big -- name variables were not duplicated correctly (so the actual string used for the name parts stayed the same). The existing test worked because the title variable was a string value (where duplication worked). Good find!
Should be fixed in 4.4.1
Thanks a lot!
The
convert
method, as opposed toconvert!
, is not supposed to modify an entry. Even though there is a test for this, it fails when fields of the entry are set through parsing instead of directly:Below is a suggested unit test to place after the current test (but a fix went too deep into the internals for me):