add afl fuzz target
This commit is contained in:
parent
78987f7ba3
commit
28c2bfbe8c
6 changed files with 367 additions and 0 deletions
35
tests/afl/in/all.dj
Normal file
35
tests/afl/in/all.dj
Normal file
|
@ -0,0 +1,35 @@
|
|||
{.class}
|
||||
{#id}
|
||||
{attr=value}
|
||||
# heading
|
||||
|
||||
## sub heading
|
||||
|
||||
para
|
||||
|
||||
::: div-class
|
||||
|
||||
- list item
|
||||
|
||||
- indented list item
|
||||
|
||||
```lang
|
||||
code block
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
> blockquote
|
||||
> > inner
|
||||
> > inner
|
||||
> outer
|
||||
|
||||
[tag]: url
|
||||
[^footnote]: description
|
||||
|
||||
inline `verbatim` _emphasis_, *strong*, ^sup^, ~sub~, {-del-}, {+ins+} \
|
||||
[link][], [text][tag], [text](url), , <https://example.com>,
|
||||
<mail@example.com>, {=mark=}, 'single', "double", $`inline`, $$`display`
|
||||
{%comment%}, [span of text]{with=some .attributes}, $`<em>raw html</em>`{=html}
|
||||
|
||||
- * - * - * -
|
Loading…
Add table
Add a link
Reference in a new issue