parent
a593edb9b2
commit
20323f6976
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue