Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tecosaur committed Aug 24, 2024
1 parent e0ed767 commit 338454a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/strings/annotated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ function _insert_annotations!(io::AnnotatedIOBuffer, annotations::Vector{Tuple{U
for i in reverse(axes(annotations, 1))
annot = annotations[i]
first(first(annot)) == 1 || continue
i <= length(io.annotations) || continue
if last(annot) == last(last(io.annotations))
valid_run = true
for runlen in 1:i
Expand Down

0 comments on commit 338454a

Please sign in to comment.