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

Case insensitive entity matching #138

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

Commits on Mar 3, 2020

  1. Patch godexsoft@ commit ed86b2f to a

    new branch as they are out of town.
    
    Original cl description:
    Fix truncated entity error for ampersand literal
    Daniel Hobe committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    37ddf4e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    45c43e0 View commit details
    Browse the repository at this point in the history
  2. Add back unknown entity test

    hobeone committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    df3ac1b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Don't use case sensitive matching for entities. This is technically

    incorrect but allows more leniant feed parsing and there shouldn't
    really be a case where %AMP; should be treated differently than &
    hobeone committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    40b2fc5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Add tests for case insensitive matching
    hobeone committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    57fc7de View commit details
    Browse the repository at this point in the history