html-to-markdown 2.24.6 → 2.25.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +1 -1
  4. data/ext/html-to-markdown-rb/native/Cargo.lock +9 -32
  5. data/ext/html-to-markdown-rb/native/Cargo.toml +1 -1
  6. data/lib/html_to_markdown/version.rb +1 -1
  7. data/rust-vendor/html-to-markdown-rs/Cargo.toml +0 -1
  8. data/rust-vendor/html-to-markdown-rs/src/converter/main_helpers.rs +1 -1
  9. data/rust-vendor/html-to-markdown-rs/src/hocr/converter/hierarchy.rs +20 -5
  10. data/rust-vendor/html-to-markdown-rs/src/lib.rs +1 -0
  11. data/rust-vendor/{markup5ever_rcdom/lib.rs → html-to-markdown-rs/src/rcdom.rs} +56 -91
  12. data/rust-vendor/html-to-markdown-rs/tests/hocr_compliance_test.rs +157 -0
  13. data/rust-vendor/memmap2/.cargo-checksum.json +1 -1
  14. data/rust-vendor/memmap2/.cargo_vcs_info.json +1 -1
  15. data/rust-vendor/memmap2/CHANGELOG.md +8 -0
  16. data/rust-vendor/memmap2/Cargo.lock +1 -1
  17. data/rust-vendor/memmap2/Cargo.toml +2 -1
  18. data/rust-vendor/memmap2/Cargo.toml.orig +2 -1
  19. data/rust-vendor/memmap2/src/lib.rs +25 -1
  20. data/rust-vendor/memmap2/src/stub.rs +1 -4
  21. data/rust-vendor/memmap2/src/unix.rs +14 -1
  22. data/rust-vendor/png/.cargo-checksum.json +1 -1
  23. data/rust-vendor/png/.cargo_vcs_info.json +1 -1
  24. data/rust-vendor/png/CHANGES.md +44 -0
  25. data/rust-vendor/png/Cargo.lock +124 -171
  26. data/rust-vendor/png/Cargo.toml +1 -1
  27. data/rust-vendor/png/Cargo.toml.orig +1 -1
  28. data/rust-vendor/png/benches/expand_paletted.rs +5 -5
  29. data/rust-vendor/png/benches/unfilter.rs +3 -3
  30. data/rust-vendor/png/src/adam7.rs +17 -10
  31. data/rust-vendor/png/src/common.rs +8 -8
  32. data/rust-vendor/png/src/decoder/mod.rs +53 -20
  33. data/rust-vendor/png/src/decoder/stream.rs +263 -78
  34. data/rust-vendor/png/src/decoder/unfiltering_buffer.rs +210 -53
  35. data/rust-vendor/png/src/decoder/zlib.rs +130 -90
  36. data/rust-vendor/png/src/encoder.rs +4 -2
  37. data/rust-vendor/png/src/{filter.rs → filter/mod.rs} +100 -367
  38. data/rust-vendor/png/src/filter/optimization-notes.md +104 -0
  39. data/rust-vendor/png/src/filter/paeth.rs +398 -0
  40. data/rust-vendor/png/src/filter/simd.rs +308 -0
  41. data/rust-vendor/png/src/lib.rs +1 -0
  42. data/rust-vendor/syn/.cargo-checksum.json +1 -1
  43. data/rust-vendor/syn/.cargo_vcs_info.json +1 -1
  44. data/rust-vendor/syn/Cargo.lock +40 -41
  45. data/rust-vendor/syn/Cargo.toml +1 -1
  46. data/rust-vendor/syn/Cargo.toml.orig +1 -1
  47. data/rust-vendor/syn/src/item.rs +61 -40
  48. data/rust-vendor/syn/src/lib.rs +2 -1
  49. data/rust-vendor/syn/tests/test_item.rs +54 -0
  50. data/rust-vendor/unicode-ident/.cargo-checksum.json +1 -1
  51. data/rust-vendor/unicode-ident/.cargo_vcs_info.json +1 -1
  52. data/rust-vendor/unicode-ident/Cargo.lock +21 -21
  53. data/rust-vendor/unicode-ident/Cargo.toml +1 -1
  54. data/rust-vendor/unicode-ident/Cargo.toml.orig +1 -1
  55. data/rust-vendor/unicode-ident/src/lib.rs +1 -1
  56. data/rust-vendor/unicode-ident/src/tables.rs +87 -97
  57. data/rust-vendor/unicode-ident/tests/static_size.rs +1 -1
  58. metadata +7 -177
  59. data/rust-vendor/markup5ever_rcdom/.cargo-checksum.json +0 -1
  60. data/rust-vendor/markup5ever_rcdom/.cargo_vcs_info.json +0 -7
  61. data/rust-vendor/markup5ever_rcdom/Cargo.lock +0 -658
  62. data/rust-vendor/markup5ever_rcdom/Cargo.toml +0 -109
  63. data/rust-vendor/markup5ever_rcdom/Cargo.toml.orig +0 -42
  64. data/rust-vendor/markup5ever_rcdom/LICENSE-APACHE +0 -201
  65. data/rust-vendor/markup5ever_rcdom/LICENSE-MIT +0 -25
  66. data/rust-vendor/markup5ever_rcdom/README.md +0 -7
  67. data/rust-vendor/markup5ever_rcdom/custom-html5lib-tokenizer-tests/regression.test +0 -69
  68. data/rust-vendor/markup5ever_rcdom/data/test/ignore +0 -1
  69. data/rust-vendor/markup5ever_rcdom/examples/hello_xml.rs +0 -39
  70. data/rust-vendor/markup5ever_rcdom/examples/html2html.rs +0 -51
  71. data/rust-vendor/markup5ever_rcdom/examples/print-rcdom.rs +0 -78
  72. data/rust-vendor/markup5ever_rcdom/examples/xml_tree_printer.rs +0 -67
  73. data/rust-vendor/markup5ever_rcdom/html5lib-tests/.gitattributes +0 -2
  74. data/rust-vendor/markup5ever_rcdom/html5lib-tests/.github/workflows/downstream.yml +0 -76
  75. data/rust-vendor/markup5ever_rcdom/html5lib-tests/.github/workflows/lint.yml +0 -25
  76. data/rust-vendor/markup5ever_rcdom/html5lib-tests/.gitignore +0 -79
  77. data/rust-vendor/markup5ever_rcdom/html5lib-tests/AUTHORS.rst +0 -34
  78. data/rust-vendor/markup5ever_rcdom/html5lib-tests/LICENSE +0 -21
  79. data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/chardet/test_big5.txt +0 -51
  80. data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/scripted/tests1.dat +0 -5
  81. data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/test-yahoo-jp.dat +0 -10
  82. data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/tests1.dat +0 -388
  83. data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/tests2.dat +0 -115
  84. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint +0 -6
  85. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/__init__.py +0 -0
  86. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/__init__.py +0 -0
  87. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/LICENSE +0 -18
  88. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/__init__.py +0 -0
  89. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/lexer.py +0 -211
  90. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/lexer.pyi +0 -34
  91. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/parser.py +0 -872
  92. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/parser.pyi +0 -83
  93. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/py.typed +0 -0
  94. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/util.py +0 -72
  95. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/util.pyi +0 -7
  96. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/vendor.txt +0 -1
  97. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor-patches/funcparserlib.patch +0 -24
  98. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/lint.py +0 -280
  99. data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/parser.py +0 -177
  100. data/rust-vendor/markup5ever_rcdom/html5lib-tests/pyproject.toml +0 -7
  101. data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/core.test +0 -125
  102. data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/injectmeta.test +0 -66
  103. data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/optionaltags.test +0 -965
  104. data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/options.test +0 -60
  105. data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/whitespace.test +0 -51
  106. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/README.md +0 -107
  107. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/contentModelFlags.test +0 -93
  108. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/domjs.test +0 -335
  109. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/entities.test +0 -542
  110. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/escapeFlag.test +0 -36
  111. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/namedEntities.test +0 -42422
  112. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/numericEntities.test +0 -1677
  113. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/pendingSpecChanges.test +0 -9
  114. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/test1.test +0 -353
  115. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/test2.test +0 -275
  116. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/test3.test +0 -11233
  117. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/test4.test +0 -532
  118. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/unicodeChars.test +0 -1577
  119. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/unicodeCharsProblematic.test +0 -41
  120. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/xmlViolation.test +0 -20
  121. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/README.md +0 -108
  122. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/adoption01.dat +0 -354
  123. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/adoption02.dat +0 -39
  124. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/blocks.dat +0 -695
  125. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/comments01.dat +0 -217
  126. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/doctype01.dat +0 -474
  127. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/domjs-unsafe.dat +0 -0
  128. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/entities01.dat +0 -943
  129. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/entities02.dat +0 -309
  130. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/foreign-fragment.dat +0 -645
  131. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/html5test-com.dat +0 -301
  132. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/inbody01.dat +0 -54
  133. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/isindex.dat +0 -49
  134. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/main-element.dat +0 -46
  135. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/math.dat +0 -104
  136. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/menuitem-element.dat +0 -240
  137. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/namespace-sensitivity.dat +0 -22
  138. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/noscript01.dat +0 -237
  139. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/pending-spec-changes-plain-text-unsafe.dat +0 -0
  140. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/pending-spec-changes.dat +0 -46
  141. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/plain-text-unsafe.dat +0 -0
  142. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/quirks01.dat +0 -53
  143. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/ruby.dat +0 -302
  144. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/scriptdata01.dat +0 -372
  145. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/scripted/adoption01.dat +0 -16
  146. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/scripted/ark.dat +0 -27
  147. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/scripted/webkit01.dat +0 -30
  148. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/search-element.dat +0 -46
  149. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/svg.dat +0 -104
  150. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tables01.dat +0 -322
  151. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/template.dat +0 -1673
  152. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests1.dat +0 -1956
  153. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests10.dat +0 -849
  154. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests11.dat +0 -523
  155. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests12.dat +0 -62
  156. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests14.dat +0 -75
  157. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests15.dat +0 -216
  158. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests16.dat +0 -2602
  159. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests17.dat +0 -179
  160. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests18.dat +0 -558
  161. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests19.dat +0 -1398
  162. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests2.dat +0 -831
  163. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests20.dat +0 -842
  164. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests21.dat +0 -306
  165. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests22.dat +0 -190
  166. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests23.dat +0 -168
  167. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests24.dat +0 -79
  168. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests25.dat +0 -288
  169. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests26.dat +0 -453
  170. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests3.dat +0 -305
  171. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests4.dat +0 -74
  172. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests5.dat +0 -210
  173. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests6.dat +0 -663
  174. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests7.dat +0 -453
  175. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests8.dat +0 -165
  176. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests9.dat +0 -472
  177. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests_innerHTML_1.dat +0 -843
  178. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tricky01.dat +0 -336
  179. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/webkit01.dat +0 -785
  180. data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/webkit02.dat +0 -554
  181. data/rust-vendor/markup5ever_rcdom/tests/foreach_html5lib_test/mod.rs +0 -41
  182. data/rust-vendor/markup5ever_rcdom/tests/html-driver.rs +0 -29
  183. data/rust-vendor/markup5ever_rcdom/tests/html-serializer.rs +0 -265
  184. data/rust-vendor/markup5ever_rcdom/tests/html-tokenizer.rs +0 -487
  185. data/rust-vendor/markup5ever_rcdom/tests/html-tree-builder.rs +0 -298
  186. data/rust-vendor/markup5ever_rcdom/tests/html-tree-sink.rs +0 -141
  187. data/rust-vendor/markup5ever_rcdom/tests/util/find_tests.rs +0 -34
  188. data/rust-vendor/markup5ever_rcdom/tests/util/runner.rs +0 -48
  189. data/rust-vendor/markup5ever_rcdom/tests/xml-driver.rs +0 -101
  190. data/rust-vendor/markup5ever_rcdom/tests/xml-tokenizer.rs +0 -374
  191. data/rust-vendor/markup5ever_rcdom/tests/xml-tree-builder.rs +0 -237
  192. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/AUTHORS.rst +0 -9
  193. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/LICENSE +0 -21
  194. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/README.md +0 -92
  195. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/comments.test +0 -274
  196. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/doctype.test +0 -3232
  197. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/entities.test +0 -283
  198. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/eof.test +0 -113
  199. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/namedEntities.test +0 -42210
  200. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/numericEntities.test +0 -1349
  201. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/test1.test +0 -162
  202. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/test2.test +0 -64
  203. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/unicodeChars.test +0 -1295
  204. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tree-construction/README.md +0 -104
  205. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tree-construction/namespace.dat +0 -119
  206. data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tree-construction/test1.dat +0 -124
  207. data/rust-vendor/xml5ever/.cargo-checksum.json +0 -1
  208. data/rust-vendor/xml5ever/.cargo_vcs_info.json +0 -6
  209. data/rust-vendor/xml5ever/Cargo.lock +0 -752
  210. data/rust-vendor/xml5ever/Cargo.toml +0 -69
  211. data/rust-vendor/xml5ever/Cargo.toml.orig +0 -29
  212. data/rust-vendor/xml5ever/LICENSE-APACHE +0 -201
  213. data/rust-vendor/xml5ever/LICENSE-MIT +0 -25
  214. data/rust-vendor/xml5ever/README.md +0 -72
  215. data/rust-vendor/xml5ever/benches/xml5ever.rs +0 -77
  216. data/rust-vendor/xml5ever/data/bench/strong.xml +0 -1
  217. data/rust-vendor/xml5ever/examples/README.md +0 -223
  218. data/rust-vendor/xml5ever/examples/example.xml +0 -3
  219. data/rust-vendor/xml5ever/examples/simple_xml_tokenizer.rs +0 -81
  220. data/rust-vendor/xml5ever/examples/xml_tokenizer.rs +0 -115
  221. data/rust-vendor/xml5ever/src/driver.rs +0 -90
  222. data/rust-vendor/xml5ever/src/lib.rs +0 -47
  223. data/rust-vendor/xml5ever/src/macros.rs +0 -18
  224. data/rust-vendor/xml5ever/src/serialize/mod.rs +0 -216
  225. data/rust-vendor/xml5ever/src/tokenizer/char_ref/mod.rs +0 -456
  226. data/rust-vendor/xml5ever/src/tokenizer/interface.rs +0 -116
  227. data/rust-vendor/xml5ever/src/tokenizer/mod.rs +0 -1344
  228. data/rust-vendor/xml5ever/src/tokenizer/qname.rs +0 -84
  229. data/rust-vendor/xml5ever/src/tokenizer/states.rs +0 -167
  230. data/rust-vendor/xml5ever/src/tree_builder/mod.rs +0 -774
  231. data/rust-vendor/xml5ever/src/tree_builder/types.rs +0 -37
@@ -1 +0,0 @@
1
- {"files":{".cargo_vcs_info.json":"182e7e86ceba85c66ea8750e5d72be1e9e2d99749c21cf4a434ff72c9cc56901","Cargo.lock":"74f475590034909d2bab99e795425f44eada62b9cf4c91a59af04b3a8faaec26","Cargo.toml":"22734ef34d429e6c03f619a69a89b27f97474ab8904133979876ddde79e590b3","Cargo.toml.orig":"ea9022b7f2353f38b7cd7f57c09f2e70aed62740ad732598910b3d7c4f5b0650","LICENSE-APACHE":"a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2","LICENSE-MIT":"86dd7f026f916daf7511e39951ad8ea8cf55a8db67ae64060dacf829761c18f3","README.md":"ef9d91fbc81cf9ed91fa5506f27c68e70b4e9972fda1fb583050ede646baa6c6","custom-html5lib-tokenizer-tests/regression.test":"33ca6c29110df3c281ab33538d42f81782b5bb4aa30b6ae84c15727808bdadbb","data/test/ignore":"01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b","examples/hello_xml.rs":"93a2423193dae1a5bb7f7a0f000a898837704f6b10ee86c62b5396bbf521b940","examples/html2html.rs":"e64e3b3fc2f21d6756563aee1c4efb888b4d89d716b7f59d3b88758a04326493","examples/print-rcdom.rs":"b4b90905cef27da2a7007f3690e2a5bc3fa8794ada70298f6c67856a28d06121","examples/xml_tree_printer.rs":"5720241f7485c2ca2e9e7ad4083e85c932d182690b5302155215787a2a4a8a2c","html5lib-tests/.gitattributes":"07bb3ab10121198b5c5300fed96e37d94702ff4715b5d56363d9768ec4fafec8","html5lib-tests/.github/workflows/downstream.yml":"71909196e6cdf312122c3b8ff5d70c88aec8ff3cae74c09ce5337981376c2677","html5lib-tests/.github/workflows/lint.yml":"076add12105ae6ab2a9d926b6dadf24fa35c66eac78246fa3342066055956987","html5lib-tests/.gitignore":"12d926aee9f78d0e85f756361966f0bbba9a53a48eae598eb700187395e40b29","html5lib-tests/AUTHORS.rst":"ff66841d2cb8863976712fefb8c2f964b649cdca4480ec3faa31ed43c05c8eb1","html5lib-tests/LICENSE":"ff512aac9ef231d504be5afaf4429005024e4b2aaf257be39524f37b8402aaf2","html5lib-tests/encoding/chardet/test_big5.txt":"910c3b0e03f5ff44e0ad6c1f4a18a328bc5144e61ba97d81165cd08da48b40c6","html5lib-tests/encoding/scripted/tests1.dat":"a6ee1080bf863b71163a3213c4b01ca8dabdf2521a2ed00e74348ace8dd13c50","html5lib-tests/encoding/test-yahoo-jp.dat":"dc353a7ceaa9428a668e7846e78efd18f7e0a09e768d6be61166c12fc223a432","html5lib-tests/encoding/tests1.dat":"ef54dd3d9c256a6830c266808c0277545a156a241b350c613c996a4cea52e5f7","html5lib-tests/encoding/tests2.dat":"5e00d81e6207307f1186ea85f85b5f58003af94f5a7c6a3e06ca19c17567f51b","html5lib-tests/lint":"7a6e0a6b5408793ea592da3054780836ee612f70bf4311eaf65967dfc2137e4b","html5lib-tests/lint_lib/__init__.py":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","html5lib-tests/lint_lib/_vendor-patches/funcparserlib.patch":"defcaa54adeee5bf27e094de746d28cc76592914da2086bdd07eca6858b15232","html5lib-tests/lint_lib/_vendor/__init__.py":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","html5lib-tests/lint_lib/_vendor/funcparserlib/LICENSE":"2b38372de6b025165cae5a526cb83aa99fba2d851e0f01e69b8ce43add9e6139","html5lib-tests/lint_lib/_vendor/funcparserlib/__init__.py":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","html5lib-tests/lint_lib/_vendor/funcparserlib/lexer.py":"6eb0439ddc9a01d79a5261eff20fe310357bf6fa7ac739ad11461fa7e04a756b","html5lib-tests/lint_lib/_vendor/funcparserlib/lexer.pyi":"94fd504b4a9683edb0765af79a59d617084040ab33b3e765bcd0c9639b9eadfd","html5lib-tests/lint_lib/_vendor/funcparserlib/parser.py":"c11f76e3df418a35883d27546ef07e011547ed62da4bdf8717191e3944bf2f4f","html5lib-tests/lint_lib/_vendor/funcparserlib/parser.pyi":"ff95648dbd2705ae4cceab3e6291bc8db64f201efdf157edaa5f05222d226310","html5lib-tests/lint_lib/_vendor/funcparserlib/py.typed":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","html5lib-tests/lint_lib/_vendor/funcparserlib/util.py":"147453784d85063713dd8f0aa3df1fce06cbb664f171534e67fc2d135edcc8fa","html5lib-tests/lint_lib/_vendor/funcparserlib/util.pyi":"f7480ef9d4262db2a3d049cd5415be90301d81a9c8414ef35a3e54e8d04a3dd1","html5lib-tests/lint_lib/_vendor/vendor.txt":"9438dbd46f91e5459d22c7614538a27c1e68f12a8b792cd78b15118e50c102d2","html5lib-tests/lint_lib/lint.py":"ea743284cfe4043b8024472f15302f4d15d5c302df8dbe55035764993f04b1bf","html5lib-tests/lint_lib/parser.py":"55d8a5eedcce3d8819f2610546e3b5270436c989c3a9bbfcd02f577754b689bd","html5lib-tests/pyproject.toml":"16db64f09aa92f0b4a226be7ce432689c115ed803134e75d068208f2666b9882","html5lib-tests/serializer/core.test":"40763bab05e236278bc88a72d0b91d45cd2aea1f33d51398e581dc71b7ded211","html5lib-tests/serializer/injectmeta.test":"971607e59e56e54904313a7e1620e38e8c0f64ae281c8afaff2f0edd1f0d5f1a","html5lib-tests/serializer/optionaltags.test":"26e6b849fb843049f5e3e668e55727998a0af0a6a5d87f92a5b68d5e4ecd83dc","html5lib-tests/serializer/options.test":"8a40f7378d9701cf29fbbf594de0ae1651984051218a917871bff7dcff74b026","html5lib-tests/serializer/whitespace.test":"aabe5a7868a47939719d5ef3886cb2255764331ced5e8dc4642b5236de273462","html5lib-tests/tokenizer/README.md":"2eb2365cd3ee8b79ab94c3987363b327601bae64c690bfed896c6c30c21fe543","html5lib-tests/tokenizer/contentModelFlags.test":"77784a505a528950761cfb3c76617afade28b27c3be2a8c37dce3c3d8988391d","html5lib-tests/tokenizer/domjs.test":"3273e7861bbdb094571e4b0813ffdd934fe2bfd65864600fef62e8e3b807131a","html5lib-tests/tokenizer/entities.test":"fe17483810a00247579f5f129ca9c007fbab6755ba839523e29aa9f8875f4085","html5lib-tests/tokenizer/escapeFlag.test":"edbd2e070a14fc67f6bbc104e50207f0fe206a21891c260deea3d227b32c93c9","html5lib-tests/tokenizer/namedEntities.test":"a7f0e59ff7653820330548776cb3031c18e45f5fd1481a9813d9c7acee89bd6e","html5lib-tests/tokenizer/numericEntities.test":"679296c976252322ece27e2b113a5358a0aa3b0b8ecd2d6d9b365f9d1b0f9632","html5lib-tests/tokenizer/pendingSpecChanges.test":"6b56d81ca09afa47d8cb0f33e3fb7169010c3a64493e608ebec921ac098ff8e9","html5lib-tests/tokenizer/test1.test":"524fcfa4d561a14f0c4e72e0573549abe6341fd4dfb8e16bc2dcf59a608a7219","html5lib-tests/tokenizer/test2.test":"f6450e77760cea823258de86f8e08894a1815671dbec0d74e7fbdab075596e37","html5lib-tests/tokenizer/test3.test":"9912fa27f03344243f1baa96d9690a5c2a4a9c9426c70da5cbf5c62391d62de4","html5lib-tests/tokenizer/test4.test":"c4967118aecbf8eb2ca34d5c5306f536614acca03e58610f75fbd9efa89fbb42","html5lib-tests/tokenizer/unicodeChars.test":"22b7263a840da38179b13693bbfe72f0507dcd41951622456a0d3f5300ba42bd","html5lib-tests/tokenizer/unicodeCharsProblematic.test":"3c166d5cfa24ee60fd7310ff0f5057e4ae0c649842ec446b5949215759e19a68","html5lib-tests/tokenizer/xmlViolation.test":"193a2f52d81adb4df4e056e3489f3bae79b3fc65253ccf31423a0e2f9c128d5c","html5lib-tests/tree-construction/README.md":"5935c011ac581c8ab1e20e45bba6373c2a3975255017ec205dfcdb861f7c45c6","html5lib-tests/tree-construction/adoption01.dat":"b2aba05bd1d832f73a0c6103b3c8b151b283bab7c56887274d81f3a062c4963e","html5lib-tests/tree-construction/adoption02.dat":"6ca94baf47ef9b6756657f40b15a12ac758802faa5003a7659652b8664e1e7d8","html5lib-tests/tree-construction/blocks.dat":"e3b7da1b57a4ec6991443dfc7ab3270f41d0f5959092a49be3e0edca0dae2104","html5lib-tests/tree-construction/comments01.dat":"79a7a42412b6dc48fa0c779dd8ba48d4d50033e7e9e417619288eec1e59d8db2","html5lib-tests/tree-construction/doctype01.dat":"f3a286c09d729eeed9aa63e0aec13ab12336af04590c169543e6d1e1ef4723b2","html5lib-tests/tree-construction/domjs-unsafe.dat":"eef4fb719e027ffaadfb854787d172893850fc561c29efe72d90c5bfa3c8b7ac","html5lib-tests/tree-construction/entities01.dat":"b73605caac5aed5656184ab8db3f08edff5457ac3186cb04afa28384bca955e3","html5lib-tests/tree-construction/entities02.dat":"f4e0cd461204b0184709be040c00811b776fbde1a6d002bb1c75d02056d9e54a","html5lib-tests/tree-construction/foreign-fragment.dat":"73e1785753c66420c067e5b29f89b17e7ebe1079687a512040ef19c6d42ac2c2","html5lib-tests/tree-construction/html5test-com.dat":"71d2ecbd0947599e82c876ce0300ecfc3a8cafd9d1736b33913f6a6152993bde","html5lib-tests/tree-construction/inbody01.dat":"cb722f2853ec9613b71ea68e8bb26f474cc450b64612930591ab2656406222fe","html5lib-tests/tree-construction/isindex.dat":"d152de773e276a07a1cfc91e93f01f3ce52c447c110192f2828dab51be2721b6","html5lib-tests/tree-construction/main-element.dat":"d56e382994e1a5228ddb2ea49a5ff51ab68487f9a8f79ad34bcad05d40dc1e8f","html5lib-tests/tree-construction/math.dat":"3c2ecc07272c175676ecfafa0cf6e18e74c3293075703702a4b7929fcb0d07bd","html5lib-tests/tree-construction/menuitem-element.dat":"44a896d206d8fa7c50a60508ffff2ed3a6aef35630b64b6cb09a6f46281d6b42","html5lib-tests/tree-construction/namespace-sensitivity.dat":"318fbc9926eddf5863524f1503c711ddaea93b55bcbd1eaab71b7e354ddfeb09","html5lib-tests/tree-construction/noscript01.dat":"e82449304a6371c14ed490384b6d814b7b1eeb1022dbc5caa2045fc8400655d7","html5lib-tests/tree-construction/pending-spec-changes-plain-text-unsafe.dat":"f45151f8dc7a4fe1a4b36710cf33606ff43cc98a42f1d2f085a77680683b0c99","html5lib-tests/tree-construction/pending-spec-changes.dat":"a6b7c4ecccabe70de2f24184245e4a73a8d12ed44ee658c3d5d25cce04c9d27f","html5lib-tests/tree-construction/plain-text-unsafe.dat":"1aef5e36b7ea04bb1d70684b33529a183938b7604283c562c698d6dad4e3878d","html5lib-tests/tree-construction/quirks01.dat":"b6717cc15d4ed573ccf6755bc9d52073e675b4d09f23bde07961e27592b9717c","html5lib-tests/tree-construction/ruby.dat":"5ae76ac4570d40e6648066798dd3ff729231bec98d3e010fdd67e0257f23a742","html5lib-tests/tree-construction/scriptdata01.dat":"e32ea3adc3d68c90e62ea50b3a41bf80369d1491958532bf00787b3509667322","html5lib-tests/tree-construction/scripted/adoption01.dat":"1203be63238a6effc9cc47e3c9b1fa9a0c7e0126a2f78916514afed2d46f42d8","html5lib-tests/tree-construction/scripted/ark.dat":"93365261fd9ea7dd9242613b57c23dba94e66bfd837a5d928f725bed81012dd0","html5lib-tests/tree-construction/scripted/webkit01.dat":"9d84f68ffd6e8b7b3924c9211280a70a888576b49074654cc9708236834afc58","html5lib-tests/tree-construction/search-element.dat":"30be0e9e8cbeea825e0323a7a3a518ab88f44fcada9b4f82b0cc7bbeb9334b76","html5lib-tests/tree-construction/svg.dat":"4c819b8dbdfbd98cfbce9a535a304b0a16597eb29ccc04077131a62810f309cd","html5lib-tests/tree-construction/tables01.dat":"8a0f7a62674fc332883c2eee71b36e89b88e1a78b39a1523ae63e9b9bae86384","html5lib-tests/tree-construction/template.dat":"74bc8308e673589d81b63eb71411a6f8ecea6fd6af649b5802c22615b7102a03","html5lib-tests/tree-construction/tests1.dat":"a7397a4944c2a3c9a70f199a18eaa62233a9f3af0b4ed7b01525f353db487f20","html5lib-tests/tree-construction/tests10.dat":"b657343b1d00bec1ac089888f5586a7b42fd964c7d03344e3670115dbc7af594","html5lib-tests/tree-construction/tests11.dat":"276190e2a7b97e8fcf3bd863a4b4b5346b555a8336c00143cb1d0e8956b94a07","html5lib-tests/tree-construction/tests12.dat":"e6c506cea74979a0d6ca47f6b175c7b6177d6e57db708920a89694e31dfd8a42","html5lib-tests/tree-construction/tests14.dat":"d151b2426f38de40a5d4ae726e2a56dbc7742a9b1c95299d60c1e2e0fdad1f98","html5lib-tests/tree-construction/tests15.dat":"ef784ece74cbd760da3a6947aaf4478810246b73c753f25a04be4d11dd806b2d","html5lib-tests/tree-construction/tests16.dat":"3350be682713afc1f6dad37059f2551709497a3643c38c26e1fe36fd07d23745","html5lib-tests/tree-construction/tests17.dat":"f73203c4785ee32f699358f9ec4973e42d0f03338ccdaf2bc6cdbfef1570849d","html5lib-tests/tree-construction/tests18.dat":"c468dd7498aa1a2523a740e359169d517f7fe88f9ce52f48b5bdd4d5a4ff096c","html5lib-tests/tree-construction/tests19.dat":"a9316b1eb4d2821a18e2c840394c6218bfcdb598857b92631490d9c3c1840ce4","html5lib-tests/tree-construction/tests2.dat":"9db834c7feda185e4050fe7c3ed3ec421b7a01f7d51df3da4aadafdd43a4c5be","html5lib-tests/tree-construction/tests20.dat":"07f7661690c4cd7cc0bbb0f1b9c1e1d65135e07c4dde8bbf106692f687e7d33d","html5lib-tests/tree-construction/tests21.dat":"b1a67420c79a5131002fefc987084ffb6b6094a3a74b272c6f545a47df06452c","html5lib-tests/tree-construction/tests22.dat":"78488328181d0f82f34b1a5e9e456ff7c713b3ff86dab6ace1530f6f07d5370d","html5lib-tests/tree-construction/tests23.dat":"2e4752ff4ef898e4a0cf9a450e481440095163d45075a662846a062552afe148","html5lib-tests/tree-construction/tests24.dat":"fdd5c21f60f42235ded224a03e7182d289088328f460525adaf3c14e772a24ac","html5lib-tests/tree-construction/tests25.dat":"f2e08fda6d15a08faf9ff0001ec38560d942069cee6b4e264aeedbbacde7da8d","html5lib-tests/tree-construction/tests26.dat":"d55d24dfca2444fba759d59346cbab21f7e70340dbb14e2c7af8da3d44abd4ab","html5lib-tests/tree-construction/tests3.dat":"c4b4d8e0ea3d978c49d1e6a985d427164858b71ec980153c4526ed0c398f43b9","html5lib-tests/tree-construction/tests4.dat":"e6003a52e1cbffc361eca7c739cdd4459074ac8c59766d1eb171b9c9eb42f517","html5lib-tests/tree-construction/tests5.dat":"bf80b927082290541781844906abdcb72f091488f7a11e8b7d9ac00076dd4fce","html5lib-tests/tree-construction/tests6.dat":"be16c74d2a9862283262968439c95b9bfce6182ea61055a3c886c28d14f3e01a","html5lib-tests/tree-construction/tests7.dat":"82b52dcb02b0c230690fc49355d5f476e74d92345d85e02eec63ad0d7d212e60","html5lib-tests/tree-construction/tests8.dat":"f3c8b1baece162e7e8c394540cdf9057266bb738bb0ad539a9d9b2f9d365f162","html5lib-tests/tree-construction/tests9.dat":"61df76e69def26a7b7461760349f3d7dcbe5e360f8907410678aec083948a752","html5lib-tests/tree-construction/tests_innerHTML_1.dat":"adb68da3dc5ffaf1f6f463e85367d0b5b85f5f7e0a05eb294531c9a83e999304","html5lib-tests/tree-construction/tricky01.dat":"3fb6d24c5e371860d096ef07f5fff38be3ceaa85f1239bee35cce548b596198a","html5lib-tests/tree-construction/webkit01.dat":"1afb8e5bc2eeb7ff51a57a3bfaec1e883927cf91281423f425cf839b38c04e79","html5lib-tests/tree-construction/webkit02.dat":"66eb676f39e0ca54f15f8a47b30e8d73b5c38feaf768a29ffcae80e9e588ffb0","lib.rs":"ef8cec06d0c445fbd2b7e9643f3e368eddcf2eb78c1861cdaa7b84cd4dec419e","tests/foreach_html5lib_test/mod.rs":"a4a64403970ae5210309671f4c1f593750419730a9b985189168fa68dc237072","tests/html-driver.rs":"81a81449ff1914ab1a0bdee8bbd175eb60e0ddfb334510da59e39d7b8c104cc2","tests/html-serializer.rs":"b5f99dce3b0292e488cd9d41ac6caf664775add4bdec08c5fbb69c70ec242ea4","tests/html-tokenizer.rs":"1d3bc59862c036394c1e118542ba87e102a8fa8666db497fbcf3b08c3c6377a7","tests/html-tree-builder.rs":"10ec0bab9a0f36965546f102410c13caaa14c0a8fa29205d998955c7f18a3e03","tests/html-tree-sink.rs":"deb3a7c2b9bb535dd050d03a4c9f8bbfd123d948243e64f6a398791e93131eb4","tests/util/find_tests.rs":"84659d874dc22dac0c2ca3204b9502c7164a369497f1368b290636dc12a3b10e","tests/util/runner.rs":"34e526429ebf64db233e8f3cfc0baeac2cbfd78942a2c2d6798827e09b456519","tests/xml-driver.rs":"04e3f759eb843d8cc6995ade98f737e2069e5b98514cd197050167a24ff545da","tests/xml-tokenizer.rs":"4f9fa4107c8d2c15464e6498b591bc6e0d6211737abdf10d855b172f7dcb3110","tests/xml-tree-builder.rs":"139aaf18944786f4f2049c29cbf9cf51d4f73573215b5cbc37d234f6e51fb29e","xml5lib-tests/AUTHORS.rst":"ba3ffc34afb02d29b5acf09ada06d0ae583b40249f989c0c82885e01c36688df","xml5lib-tests/LICENSE":"6b46f42002544043dfa132ae2dfd7165e74a6587ec078a07c52c04c41b3b2a0f","xml5lib-tests/tokenizer/README.md":"7cfe37d6e0ebc55e5f61ed39a09cb3629ca65d97beda429b59b70eaf441f1eab","xml5lib-tests/tokenizer/comments.test":"cee341911fdb2a023a8831643640c84016ff8da6b7ca0bda157fd33fec3f2918","xml5lib-tests/tokenizer/doctype.test":"fa0ec322445667530089cb648ceaa743547a97899be7b9decfc4ca57991f540e","xml5lib-tests/tokenizer/entities.test":"f62c307eba58025ac0f3f2b23cdec4ce5ea93e75076a18f885bc7577aac3c3e6","xml5lib-tests/tokenizer/eof.test":"2b2ad5ba7dbe53e9568358b33dae69cf4e77f0bfea4441eaae09b511ae270b50","xml5lib-tests/tokenizer/namedEntities.test":"a648b28f08f3ac5c6585c8fe59a86c73fce980725681482da44944337f857887","xml5lib-tests/tokenizer/numericEntities.test":"1378938a66bffc391c7380e279bc896adf04d2e5bbf57c5bfe8e542c950ae9c1","xml5lib-tests/tokenizer/test1.test":"a79924557e2e30d247c462bbedd6d071d35a7b47d41336414362b5a35f73306b","xml5lib-tests/tokenizer/test2.test":"1f060102c825120e3cd15626877400f3dc82fc7ea73904a163bf90ccb9830969","xml5lib-tests/tokenizer/unicodeChars.test":"b85a3717e3d2d39cfa32601a688f96e395b4c1e1d14b19f6405f3045792c963d","xml5lib-tests/tree-construction/README.md":"d8f35ef49aa8732550e930a25f2a979ae2b576ca344a90429feece4b26e975ea","xml5lib-tests/tree-construction/namespace.dat":"4db391e78df3932248fc564035d197c624b47df9d04c2978a7d73bbce9fe7592","xml5lib-tests/tree-construction/test1.dat":"9a7cccafc974a69c6643e5807e9c70d9c34b200e5ab609117f7b15e1d87982ff"},"package":"3e5fc8802e8797c0dfdd2ce5c21aa0aee21abbc7b3b18559100651b3352a7b63"}
@@ -1,7 +0,0 @@
1
- {
2
- "git": {
3
- "sha1": "34059007a855d284608f9447ed74c0c209bc0ad8",
4
- "dirty": true
5
- },
6
- "path_in_vcs": "rcdom"
7
- }