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 false-positive when the <!Entity> tag contains markup #24

Merged

Commits on Jan 3, 2020

  1. Fixes isSvg returning false for valid svg, whenever they included mar…

    …kup inside an <Entity> tag
    Eduardo Fonseca committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    5a84275 View commit details
    Browse the repository at this point in the history
  2. Requested changes: separate test for entity parsing; Removes entities…

    … altogether when parsing.
    Eduardo Fonseca committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    6e4e9b3 View commit details
    Browse the repository at this point in the history
  3. Removes duplicate line of code

    Eduardo Fonseca committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    1ca3316 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Replaces the use of match and replace, with just replace

    Eduardo Fonseca committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    4e777fd View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Removes unnecessary variable declaration; Adds additional entity mark…

    …up tests
    Eduardo Fonseca authored and Eduardo Fonseca committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    be83e99 View commit details
    Browse the repository at this point in the history