-
-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2864 from sparklemotion/flavorjones-update-html5l…
…ib-tests-20230427 test: update to latest html5lib-tests
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule html5lib-tests
updated
23 files
+25 −0 | .github/workflows/lint.yml | |
+79 −0 | .gitignore | |
+6 −0 | lint | |
+0 −0 | lint_lib/__init__.py | |
+24 −0 | lint_lib/_vendor-patches/funcparserlib.patch | |
+0 −0 | lint_lib/_vendor/__init__.py | |
+18 −0 | lint_lib/_vendor/funcparserlib/LICENSE | |
+0 −0 | lint_lib/_vendor/funcparserlib/__init__.py | |
+211 −0 | lint_lib/_vendor/funcparserlib/lexer.py | |
+34 −0 | lint_lib/_vendor/funcparserlib/lexer.pyi | |
+872 −0 | lint_lib/_vendor/funcparserlib/parser.py | |
+83 −0 | lint_lib/_vendor/funcparserlib/parser.pyi | |
+0 −0 | lint_lib/_vendor/funcparserlib/py.typed | |
+72 −0 | lint_lib/_vendor/funcparserlib/util.py | |
+7 −0 | lint_lib/_vendor/funcparserlib/util.pyi | |
+1 −0 | lint_lib/_vendor/vendor.txt | |
+280 −0 | lint_lib/lint.py | |
+177 −0 | lint_lib/parser.py | |
+7 −0 | pyproject.toml | |
+2 −2 | serializer/core.test | |
+1 −1 | tokenizer/test2.test | |
+22 −0 | tree-construction/tables01.dat | |
+1 −1 | tree-construction/template.dat |