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

Add normalize_line_end for unescape and test #807

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2024

  1. Add normalize_line_end for unescape and test

    z0017k9m committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4f5ce0d View commit details
    Browse the repository at this point in the history
  2. Change normalize_line_end function parameter type to allow more type …

    …as input, e.g. &str
    z0017k9m committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    45a63c5 View commit details
    Browse the repository at this point in the history
  3. Update src/escape.rs

    Co-authored-by: Mingun <[email protected]>
    yorkz1994 and Mingun authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1c2ddc5 View commit details
    Browse the repository at this point in the history
  4. change parameter type from generic to Cow

    z0017k9m committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    139b2cb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Add issue 806 to change log.

    z0017k9m committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6962ae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11320ad View commit details
    Browse the repository at this point in the history
  3. Update Changelog.md

    Co-authored-by: Mingun <[email protected]>
    yorkz1994 and Mingun authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0bb282e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Still need to normalize if nothing unescaped

    z0017k9m committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f970370 View commit details
    Browse the repository at this point in the history
  2. Add line ends test for attribute and text

    z0017k9m committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d11c756 View commit details
    Browse the repository at this point in the history
  3. roundtrip test cannot include \r

    z0017k9m committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d3ee1ad View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Update tests/reader-attributes.rs

    Co-authored-by: Mingun <[email protected]>
    yorkz1994 and Mingun authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    cbf200f View commit details
    Browse the repository at this point in the history
  2. Update tests/reader-attributes.rs

    Co-authored-by: Mingun <[email protected]>
    yorkz1994 and Mingun authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e4f83a5 View commit details
    Browse the repository at this point in the history
  3. Update src/escape.rs

    Co-authored-by: Mingun <[email protected]>
    yorkz1994 and Mingun authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    cf99a45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    628dce7 View commit details
    Browse the repository at this point in the history
  5. Remove unused import

    z0017k9m committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    44df9bf View commit details
    Browse the repository at this point in the history
  6. Missing b in byte literal

    z0017k9m committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    4e1eefc View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Add some \r in unescape_text/mixed

    z0017k9m committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ecfeefc View commit details
    Browse the repository at this point in the history
  2. Normalizing more line ends, no allocation

    z0017k9m committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d880edc View commit details
    Browse the repository at this point in the history