Commit 62a6708
authored
fix: Invalid serialization when overwriting out-of-order table key (#417)
- Updated pyproject.toml to use the new dependency grouping format for dev dependencies.
- Added a test for overwriting out-of-order tables in the TOML document parser.
- Enhanced the OutOfOrderTableProxy class to better manage the insertion of tables and plain values, ensuring correct handling of overwrites and maintaining the integrity of the internal structure.
Signed-off-by: Frost Ming <[email protected]>1 parent 64064f3 commit 62a6708
File tree
5 files changed
+141
-21
lines changed- tests
- tomlkit
5 files changed
+141
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| |||
0 commit comments