well duh
This commit is contained in:
Antonis Geralis 2022-09-09 22:13:00 +03:00
parent a593edb9b2
commit 20323f6976
1 changed files with 2 additions and 0 deletions

View File

@ -59,5 +59,7 @@ when isMainModule:
#let tree = parseHtml(newStringStream($x), "unknown_html_doc", errors)
#doAssert errors.len == 0
doAssert $x != "<head>\n\n</head>"
# WARNING: When converting the AST to a string representation, this fuzzer seems to get stuck.
# It might mean that mutators work best when operating on the targeted input type.
defaultMutator(fuzzTarget)