mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-14 20:07:22 +00:00
schema: add another test case
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
d7283d5aeb
commit
6221d86c64
@ -166,4 +166,5 @@ fn iterate_over_property_string() {
|
|||||||
assert!(iter.next().is_none());
|
assert!(iter.next().is_none());
|
||||||
|
|
||||||
assert!(PropertyIterator::new(r#"key="open \\ value"#).next().unwrap().is_err());
|
assert!(PropertyIterator::new(r#"key="open \\ value"#).next().unwrap().is_err());
|
||||||
|
assert!(PropertyIterator::new(r#"key="open \\ value\""#).next().unwrap().is_err());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user