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 de7cf3a commit b38fa1bCopy full SHA for b38fa1b
src/de.rs
@@ -485,7 +485,7 @@ mod tests {
485
#[test]
486
fn test_unreachable_reachable_not_panicing_1() {
487
let working_config = r#"
488
- e.bar.filename = "blah"
+ e.Bar.filename = "blah"
489
"#;
490
491
let mut c = Config::default();
@@ -496,7 +496,7 @@ mod tests {
496
497
fn test_unreachable_reachable_not_panicing_2() {
498
499
- e = "foo"
+ e = "Foo"
500
501
502
@@ -509,7 +509,7 @@ mod tests {
509
#[should_panic]
510
fn test_unreachable_reachable_panicing() {
511
let panicing_config = r#"
512
- e = "bar"
+ e = "Bar"
513
514
515
0 commit comments