Adapt test: single quoted
This commit is contained in:
parent
448c69891e
commit
db38713977
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ mod test {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_single_quoted() {
|
fn test_single_quoted() {
|
||||||
let s = String::from("foo='bar'").into_kv().unwrap();
|
assert!(String::from("foo='bar'").into_kv().is_none());
|
||||||
assert_eq!(KeyValue::new(String::from("foo"), String::from("bar")), s);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in a new issue