We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508e4e6 commit eda2913Copy full SHA for eda2913
src/de.rs
@@ -481,7 +481,7 @@ mod tests {
481
#[test]
482
fn test_unreachable_reachable_not_panicing_1() {
483
let working_config = r#"
484
- e.bar.filename = "blah"
+ e.Bar.filename = "blah"
485
"#;
486
487
let mut c = Config::default();
@@ -492,7 +492,7 @@ mod tests {
492
493
fn test_unreachable_reachable_not_panicing_2() {
494
495
- e = "foo"
+ e = "Foo"
496
497
498
@@ -505,7 +505,7 @@ mod tests {
505
#[should_panic]
506
fn test_unreachable_reachable_panicing() {
507
let panicing_config = r#"
508
- e = "bar"
+ e = "Bar"
509
510
511
0 commit comments