Move test/fuzz-input/ to test/fuzzers/seed-corpus/.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
diff --git a/test/fuzz-input/commonmark.md b/test/fuzz-input/commonmark.md
deleted file mode 100644
index 974d817..0000000
--- a/test/fuzz-input/commonmark.md
+++ /dev/null
@@ -1,40 +0,0 @@
-
-# h1
-## h2
-### h3
-#### h4
-##### h5
-###### h6
-
-h1
-==
-
-h2
---
-
---------------------
-
- indented code
-
-```
-fenced code
-```
-
-<tag attr='val' attr2="val2">
-
-> quote
-
-* list item
-1. list item
-
-[ref]: /url
-
-paragraph
-© Ӓ ꯍ
-`code`
-*emph* **strong** ***strong emph***
-_emph_ __strong__ ___strong emph___
-[ref] [ref][] [link](/url)
-![ref] ![ref][] ![img](/url)
-<http://example.com> <doe@example.com>
-\\ \* \. \` \
diff --git a/test/fuzz-input/gfm.md b/test/fuzz-input/gfm.md
deleted file mode 100644
index dfdbc72..0000000
--- a/test/fuzz-input/gfm.md
+++ /dev/null
@@ -1,10 +0,0 @@
-* [ ] unchecked
-* [x] checked
-
- A | B | C
----|--:|:-:
-aaa|bbb|ccc
-
-~del~ ~~del~~
-
-http://example.com www.example.com doe@example.com
diff --git a/test/fuzz-input/latex-math.md b/test/fuzz-input/latex-math.md
deleted file mode 100644
index d17af34..0000000
--- a/test/fuzz-input/latex-math.md
+++ /dev/null
@@ -1 +0,0 @@
-$a^2+b^2=c^2$ $$a^2+b^2=c^2$$
diff --git a/test/fuzz-input/wiki.md b/test/fuzz-input/wiki.md
deleted file mode 100644
index a423974..0000000
--- a/test/fuzz-input/wiki.md
+++ /dev/null
@@ -1 +0,0 @@
-[[wiki]] [[wiki|label]]
diff --git a/test/fuzzers/seed-corpus/commonmark.md b/test/fuzzers/seed-corpus/commonmark.md
new file mode 100644
index 0000000..974d817
--- /dev/null
+++ b/test/fuzzers/seed-corpus/commonmark.md
@@ -0,0 +1,40 @@
+
+# h1
+## h2
+### h3
+#### h4
+##### h5
+###### h6
+
+h1
+==
+
+h2
+--
+
+--------------------
+
+ indented code
+
+```
+fenced code
+```
+
+<tag attr='val' attr2="val2">
+
+> quote
+
+* list item
+1. list item
+
+[ref]: /url
+
+paragraph
+© Ӓ ꯍ
+`code`
+*emph* **strong** ***strong emph***
+_emph_ __strong__ ___strong emph___
+[ref] [ref][] [link](/url)
+![ref] ![ref][] ![img](/url)
+<http://example.com> <doe@example.com>
+\\ \* \. \` \
diff --git a/test/fuzzers/seed-corpus/gfm.md b/test/fuzzers/seed-corpus/gfm.md
new file mode 100644
index 0000000..dfdbc72
--- /dev/null
+++ b/test/fuzzers/seed-corpus/gfm.md
@@ -0,0 +1,10 @@
+* [ ] unchecked
+* [x] checked
+
+ A | B | C
+---|--:|:-:
+aaa|bbb|ccc
+
+~del~ ~~del~~
+
+http://example.com www.example.com doe@example.com
diff --git a/test/fuzzers/seed-corpus/latex-math.md b/test/fuzzers/seed-corpus/latex-math.md
new file mode 100644
index 0000000..d17af34
--- /dev/null
+++ b/test/fuzzers/seed-corpus/latex-math.md
@@ -0,0 +1 @@
+$a^2+b^2=c^2$ $$a^2+b^2=c^2$$
diff --git a/test/fuzzers/seed-corpus/wiki.md b/test/fuzzers/seed-corpus/wiki.md
new file mode 100644
index 0000000..a423974
--- /dev/null
+++ b/test/fuzzers/seed-corpus/wiki.md
@@ -0,0 +1 @@
+[[wiki]] [[wiki|label]]