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

Issue #581 - coerce attribute names to lower case in HTML mode #3306

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Jul 28, 2023

  1. Coerce attribute names to lower case

    David Fei committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    fbf1e61 View commit details
    Browse the repository at this point in the history
  2. Refactor to avoid setting parameter variable

    David Fei committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4c2f279 View commit details
    Browse the repository at this point in the history
  3. Add unit tests for lowercase attribute name support

    Co-authored-by: rjpatt <[email protected]>
    Co-authored-by: davidfei222 <[email protected]>
    3 people committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    19dde3a View commit details
    Browse the repository at this point in the history
  4. add second lowercase test case

    Rachel Patterson committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1bb5a95 View commit details
    Browse the repository at this point in the history
  5. minor wording change for tests

    rjpatt committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0ffe2ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35e1ed4 View commit details
    Browse the repository at this point in the history
  7. remove unit test

    rjpatt committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1bdca4d View commit details
    Browse the repository at this point in the history
  8. readd unit test

    rjpatt committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    78b1214 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Add handling for XML mode

    David Fei committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    30b7b6e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'issue581' of https://github.com/davidfei222/cheerio int…

    …o issue581
    David Fei committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    26f6ff2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Fix linter errors

    David Fei committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    345aeb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Use separate fixture to test attr case logic

    David Fei committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    345ee63 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge branch 'main' into issue581

    David Fei committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d180468 View commit details
    Browse the repository at this point in the history
  2. Use non-deprecated XML flag in tests

    David Fei committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5b4787e View commit details
    Browse the repository at this point in the history