You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @sdispater, thank you again for the amazing library.
I recently noticed that there is a problem with dumps when "moving" an element of an existing parsed document. In the case of renaming an existing table, the "dumped" string keeps the old name. Please check the example bellow:
Hello @sdispater, thank you again for the amazing library.
I recently noticed that there is a problem with
dumps
when "moving" an element of an existing parsed document. In the case of renaming an existing table, the "dumped" string keeps the old name. Please check the example bellow:I would expected the "dumped" string to be the following:
Please notice that the tables don't have to be nested, as can be seen in the example bellow:
I am using Python 3.8.0 and tomlkit 0.7.2 on Ubuntu 18.04.5 LTS
The text was updated successfully, but these errors were encountered: