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

(incomplete) new failing test, <a target="_blank noopener"> #3457

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2022

  1. new failing test

    this test is derived from a real bug in a project,
      in which the intention was to get it right
      but the bug causes "two wrongs make a right"
    
    this one failing test is intended to illustrate an entire class of possible failures
      which are neither detected nor thoroughly represented
    
    and although the apparent *intention* of the "bad" code is
      `target="_blank"` the *effect* is not, so unless the browser DWIMs it
      then the jsx-no-target-blank rule is technically not violated
    mcast committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    19d4491 View commit details
    Browse the repository at this point in the history
  2. typo

    mcast committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    df7d7c2 View commit details
    Browse the repository at this point in the history