We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c50a4 commit dcd6619Copy full SHA for dcd6619
git-repository/tests/repository/config.rs
@@ -243,10 +243,9 @@ mod config_section_mut {
243
repo.config_snapshot_mut().apply_cli_overrides([
244
"a.b=c",
245
"remote.origin.url = url",
246
- "implicit.bool-false = ",
247
"implicit.bool-true",
+ "implicit.bool-false = ",
248
])?;
249
- // TODO: fix printing - reversing order of bool-true/false prints wrongly, making round-tripping impossible.
250
251
let config = repo.config_snapshot();
252
assert_eq!(config.string("a.b").expect("present").as_ref(), "c");
0 commit comments