Skip to content

Commit

Permalink
chore: tests add leading whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Dec 20, 2024
1 parent f94dc08 commit bee3c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2862,7 +2862,7 @@ bla = a
fn whitespace_inside_quoted_value_should_not_be_trimed() {
let input = r#"
[Foo]
Key=" quoted with whitespace "
Key= " quoted with whitespace "
"#;

let opt = Ini::load_from_str_opt(
Expand Down

0 comments on commit bee3c0c

Please sign in to comment.