Skip to content

Commit

Permalink
Point testsuite test data back to older commit, where everything was …
Browse files Browse the repository at this point in the history
…passing
  • Loading branch information
ashleysommer committed Nov 7, 2024
1 parent 39de107 commit 083d9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5rdf/tests/testdata
Submodule testdata updated 57 files
+0 −76 .github/workflows/downstream.yml
+0 −25 .github/workflows/lint.yml
+0 −79 .gitignore
+0 −6 lint
+0 −0 lint_lib/__init__.py
+0 −24 lint_lib/_vendor-patches/funcparserlib.patch
+0 −0 lint_lib/_vendor/__init__.py
+0 −18 lint_lib/_vendor/funcparserlib/LICENSE
+0 −0 lint_lib/_vendor/funcparserlib/__init__.py
+0 −211 lint_lib/_vendor/funcparserlib/lexer.py
+0 −34 lint_lib/_vendor/funcparserlib/lexer.pyi
+0 −872 lint_lib/_vendor/funcparserlib/parser.py
+0 −83 lint_lib/_vendor/funcparserlib/parser.pyi
+0 −0 lint_lib/_vendor/funcparserlib/py.typed
+0 −72 lint_lib/_vendor/funcparserlib/util.py
+0 −7 lint_lib/_vendor/funcparserlib/util.pyi
+0 −1 lint_lib/_vendor/vendor.txt
+0 −280 lint_lib/lint.py
+0 −177 lint_lib/parser.py
+0 −7 pyproject.toml
+2 −2 serializer/core.test
+1 −6 tokenizer/domjs.test
+0 −4 tokenizer/test1.test
+1 −1 tokenizer/test2.test
+8 −8 tokenizer/test3.test
+24 −0 tree-construction/blocks.dat
+11 −4 tree-construction/comments01.dat
+1 −5 tree-construction/doctype01.dat
+2 −2 tree-construction/entities02.dat
+15 −12 tree-construction/foreign-fragment.dat
+1 −0 tree-construction/html5test-com.dat
+0 −23 tree-construction/math.dat
+17 −0 tree-construction/menuitem-element.dat
+0 −6 tree-construction/namespace-sensitivity.dat
+ tree-construction/plain-text-unsafe.dat
+0 −53 tree-construction/quirks01.dat
+0 −1 tree-construction/ruby.dat
+13 −0 tree-construction/scriptdata01.dat
+0 −46 tree-construction/search-element.dat
+0 −23 tree-construction/svg.dat
+0 −36 tree-construction/tables01.dat
+17 −86 tree-construction/template.dat
+32 −0 tree-construction/tests1.dat
+2 −0 tree-construction/tests16.dat
+28 −52 tree-construction/tests18.dat
+56 −0 tree-construction/tests19.dat
+0 −10 tree-construction/tests2.dat
+5 −265 tree-construction/tests20.dat
+25 −6 tree-construction/tests21.dat
+0 −12 tree-construction/tests26.dat
+0 −16 tree-construction/tests4.dat
+1 −1 tree-construction/tests6.dat
+1 −36 tree-construction/tests7.dat
+0 −3 tree-construction/tests8.dat
+44 −0 tree-construction/tests_innerHTML_1.dat
+0 −30 tree-construction/webkit01.dat
+0 −251 tree-construction/webkit02.dat

0 comments on commit 083d9e9

Please sign in to comment.