Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Use window of correct size in presence of newlines to grab content from xml files (#461) #462

Merged
merged 1 commit into from
Jan 9, 2024

Commits on Jan 9, 2024

  1. 🐛 Use window of correct size in presence of newlines to grab content …

    …from xml files (#461)
    
    We are stripping out empty lines when doing the search, however, in the
    window that we load into memory we still have to load these empty lines
    to be able to correctly search content. We only have to get rid of
    newlines from beginning and the end.
    
    ---------
    
    Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
    pranavgaikwad authored and web-flow committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    5ff1b38 View commit details
    Browse the repository at this point in the history