toml-rs / toml

Rust TOML Parser
https://docs.rs/toml
Apache License 2.0
699 stars 104 forks source link

Decor in DocumentMut no longer ignored #750

Closed Squidroot2 closed 2 months ago

Squidroot2 commented 2 months ago

fixes #727

When serializing the DocumentMut, the set Decor is now included. Decor suffix is written BEFORE trailing. Nothing changed about decoding so prefix at top of file will still belong to the first item and suffix at bottom will still belong to the last item.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9838504936

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
crates/toml_edit/tests/testsuite/edit.rs 2 3 66.67%
<!-- Total: 5 6 83.33% -->
Totals Coverage Status
Change from base Build 9736259162: 0.09%
Covered Lines: 3692
Relevant Lines: 5468

💛 - Coveralls