aboutsummaryrefslogtreecommitdiff
path: root/deps/md4c/test/fuzz-input
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-10-01 14:21:33 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-10-01 14:21:33 +0200
commitd67b11c832cd0061392e46e847a465f8f73c1ca5 (patch)
tree09bf2e08d0075917f051edbf210be8cb8f79b303 /deps/md4c/test/fuzz-input
parent6c04dfe2caff1e03ba5c898b591327439452f616 (diff)
parentd071b4177c1a3897f4682e245046a45f362b6ac5 (diff)
Merge commit 'd071b4177c1a3897f4682e245046a45f362b6ac5' as 'deps/md4c'
Diffstat (limited to 'deps/md4c/test/fuzz-input')
-rw-r--r--deps/md4c/test/fuzz-input/commonmark.md40
-rw-r--r--deps/md4c/test/fuzz-input/gfm.md10
-rw-r--r--deps/md4c/test/fuzz-input/latex-math.md1
-rw-r--r--deps/md4c/test/fuzz-input/wiki.md1
4 files changed, 52 insertions, 0 deletions
diff --git a/deps/md4c/test/fuzz-input/commonmark.md b/deps/md4c/test/fuzz-input/commonmark.md
new file mode 100644
index 0000000..974d817
--- /dev/null
+++ b/deps/md4c/test/fuzz-input/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
+&copy; &#1234; &#xabcd;
+`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/deps/md4c/test/fuzz-input/gfm.md b/deps/md4c/test/fuzz-input/gfm.md
new file mode 100644
index 0000000..dfdbc72
--- /dev/null
+++ b/deps/md4c/test/fuzz-input/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/deps/md4c/test/fuzz-input/latex-math.md b/deps/md4c/test/fuzz-input/latex-math.md
new file mode 100644
index 0000000..d17af34
--- /dev/null
+++ b/deps/md4c/test/fuzz-input/latex-math.md
@@ -0,0 +1 @@
+$a^2+b^2=c^2$ $$a^2+b^2=c^2$$
diff --git a/deps/md4c/test/fuzz-input/wiki.md b/deps/md4c/test/fuzz-input/wiki.md
new file mode 100644
index 0000000..a423974
--- /dev/null
+++ b/deps/md4c/test/fuzz-input/wiki.md
@@ -0,0 +1 @@
+[[wiki]] [[wiki|label]]