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

fix: address edge case in comment stripping #1780

Merged
merged 1 commit into from Jan 10, 2022
Merged

Commits on Dec 31, 2021

  1. fix: address edge case in comment stripping

    Unforunately, cdfb491 introduced issues
    with certain edge cases for comments. Fixing the edge case in the
    regular expression is likely to reintroduce the issue that commit was
    addressing. This change replaces the regular expression entirely with
    a function that iterates through the string instead of regular
    expressions.
    Trott committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    f043304 View commit details
    Browse the repository at this point in the history