Update name tests to use all the affiliated keywords.

This commit is contained in:
Tom Alexander
2023-10-11 15:25:09 -04:00
parent 41b4b1015e
commit a9f067e25a
40 changed files with 1258 additions and 86 deletions

View File

@@ -97,9 +97,10 @@ fn is_single_string_keyword<'g, 's>(
}
fn is_list_of_single_string_keyword<'g, 's>(
global_settings: &'g GlobalSettings<'g, 's>,
_global_settings: &'g GlobalSettings<'g, 's>,
name: &'s str,
) -> bool {
// TODO: Is this defined by an elisp variable?
for single_string_name in ["results"] {
if name.eq_ignore_ascii_case(single_string_name) {
return true;