We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following two tests fails with pygments 2.19.1. Downgrade pygments to 2.18.0 solved the issue.
pygments 2.19.1
pygments
2.18.0
=========================== short test summary info ============================ FAILED tests/test_integration.py::TestDiffQualityIntegration::test_html_with_external_css FAILED tests/test_snippets.py::test_style_defs - AssertionError: assert '.o {... ======================== 2 failed, 304 passed in 21.03s ========================
The text was updated successfully, but these errors were encountered:
This confirms what im seeing with #436
ill try and find some time soon to address
Sorry, something went wrong.
No branches or pull requests
The following two tests fails with
pygments 2.19.1
. Downgradepygments
to2.18.0
solved the issue.The text was updated successfully, but these errors were encountered: