Fix table rule row detection.

This commit is contained in:
Tom Alexander
2023-10-03 00:13:15 -04:00
parent b1244de1dc
commit 68a3f8b87e
2 changed files with 5 additions and 3 deletions

View File

@@ -1402,6 +1402,7 @@ fn compare_table<'b, 's>(
// Compare value
let value = get_property(emacs, ":value")?;
if value.is_some() {
// I don't know what :value is for, but it seems to always be nil. This is here to alert me to value being non-nil so I can investigate.
this_status = DiffStatus::Bad;
message = Some(format!("Non-nil value {:?}", value))
}