We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c41d35 commit 6c18147Copy full SHA for 6c18147
benchmark/parse_comment.yaml
@@ -26,8 +26,8 @@ prelude: |
26
27
SIZE = 100000
28
29
- top_level_xml = "<!--" + "a" * SIZE + "-->\n"
30
- in_doctype_xml = "<!DOCTYPE foo [<!--" + "a" * SIZE + "-->]>"
+ top_level_xml = "<!--" + "a" * SIZE + "-->\n<root/>"
+ in_doctype_xml = "<!DOCTYPE foo [<!--" + "a" * SIZE + "-->]><root/>"
31
after_doctype_xml = "<root/><!--" + "a" * SIZE + "-->"
32
33
benchmark:
0 commit comments