Comparing lists of quoted strings.

This commit is contained in:
Tom Alexander 2023-10-11 13:04:33 -04:00
parent 441a240c33
commit 4bfa25dcb3
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -1,5 +1,6 @@
use std::str::FromStr;
use super::compare_field::compare_property_list_of_quoted_string;
use super::compare_field::compare_property_quoted_string;
use super::compare_field::ComparePropertiesResult;
use super::diff::DiffEntry;
@ -365,7 +366,14 @@ where
ret.push(diff);
}
AffiliatedKeywordValue::ListOfStrings(rust_value) => {
// foo
let diff = compare_property_list_of_quoted_string(
source,
emacs,
rust,
emacs_property_name.as_str(),
|_| Some(rust_value.iter()),
)?;
ret.push(diff);
}
AffiliatedKeywordValue::ListOfListsOfObjects(rust_value) => {
// foo