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 auto rename for incomplete tags with new line #99461

Merged
merged 1 commit into from Jun 5, 2020

Conversation

aeschli
Copy link
Contributor

@aeschli aeschli commented Jun 5, 2020

This PR fixes the verification found from #98053
To verify

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Document</title>
    </head>
    <body>
        <div>
            <div>
                <d
            </div>
        </div>
    </body>
</html>
  • select one of the complete divs and make sure it matches the other div
  • select the incomplete div and make sure it matches no other div

@aeschli aeschli changed the base branch from master to release/1.46 June 5, 2020 15:54
@aeschli aeschli merged commit 7c7d712 into release/1.46 Jun 5, 2020
@aeschli aeschli deleted the aeschli/fix-98053 branch June 5, 2020 15:59
@github-actions github-actions bot locked and limited conversation to collaborators Jul 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants