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

runtime(html): Fix syntax test failures #13595

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

Commits on Nov 30, 2023

  1. runtime(html): Fix syntax test failures

    Problem:  htmlItalic highlight group dump file differences on macOS are
              causing test failures.
    Solution: Remove content from <em> and <i> element examples in the HTML
              test file.
    
    The included content for these elements was incidental to the primary
    intent of the test to check element tag highlighting. See vim#13591.
    dkearns committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e33a1d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c55994c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d360bf4 View commit details
    Browse the repository at this point in the history