This commit is contained in:
Antonis Geralis 2022-09-09 19:41:44 +03:00
parent 3ef43b73b6
commit 52f190d0c8
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ func fuzzTarget(x: ContentNode) =
ContentNode(kind: Text, textStr: "mychild"), ContentNode(kind: Text, textStr: "mychild"),
ContentNode(kind: Br) ContentNode(kind: Br)
]) ])
doAssert x != x doAssert x != data
defaultMutator(fuzzTarget) defaultMutator(fuzzTarget)