Add a script to check all sample org-mode documents with the compare program.
This commit is contained in:
@@ -57,7 +57,7 @@ impl DiffResult {
|
||||
|
||||
pub fn is_bad(&self) -> bool {
|
||||
match self.status {
|
||||
DiffStatus::Good => !self.has_bad_children(),
|
||||
DiffStatus::Good => self.has_bad_children(),
|
||||
DiffStatus::Bad => true,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user