Skip to content

Commit

Permalink
test(config): Verify output for extension-less
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 26, 2024
1 parent 675224b commit 7e85211
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testsuite/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ f1 = 1
let config = new_config();

assert_eq!(config.get::<Option<i32>>("foo.f1").unwrap(), Some(1));

// It should NOT have warned for the symlink.
let output = read_output(config);
assert_eq!(output, "");
}

#[cargo_test]
Expand Down

0 comments on commit 7e85211

Please sign in to comment.