Skip to content

Commit

Permalink
Fix trailing quotation mak in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih committed Mar 7, 2024
1 parent faa89fa commit b278652
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 105 deletions.
5 changes: 0 additions & 5 deletions src/csl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1945,11 +1945,6 @@ impl WritingContext {
.sum::<usize>()
}

/// Check if the last subtree is empty.
fn last_is_empty(&self) -> bool {
!self.buf.has_content() && !self.elem_stack.last().has_content()
}

/// Write the [`NameDisambiguationProperties`] that the first `cs:name`
/// element used. Do not change if this is not the first `cs:name` element.
/// Returns whether this was the first `cs:name` element.
Expand Down
Loading

0 comments on commit b278652

Please sign in to comment.