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 b77183b commit 94bc6daCopy full SHA for 94bc6da
fuzz/Makefile
@@ -26,7 +26,7 @@ clean: reset
26
27
in: Makefile
28
mkdir -p in
29
- set -e && cat ../tests/custom-html5lib-tests/*.test \
+ set -e && cat ../tests/custom-html5lib-tests/tokenizer/*.test \
30
../tests/html5lib-tests/tokenizer/*.test | \
31
jq -r '(if .tests == null then [] else .tests end) | .[].input | (. + "\nAFL_END\n")' | \
32
csplit --quiet --suppress-matched --elide-empty-files --prefix in/html5lib-tokenizer-tests- \
0 commit comments