From 8dbfb0890560fd1cd698d06fa05ac868c4db8576 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Mon, 22 Jun 2020 20:53:39 +0200 Subject: Removes 'cruft' from cmark. We only care for the source anyways. --- lib/cmark/test/fuzzing_dictionary | 49 --------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 lib/cmark/test/fuzzing_dictionary (limited to 'lib/cmark/test/fuzzing_dictionary') diff --git a/lib/cmark/test/fuzzing_dictionary b/lib/cmark/test/fuzzing_dictionary deleted file mode 100644 index b06783c..0000000 --- a/lib/cmark/test/fuzzing_dictionary +++ /dev/null @@ -1,49 +0,0 @@ -asterisk="*" -attr_generic=" a=\"1\"" -attr_href=" href=\"1\"" -attr_xml_lang=" xml:lang=\"1\"" -attr_xmlns=" xmlns=\"1\"" -backslash="\\" -backtick="`" -colon=":" -dashes="---" -double_quote="\"" -entity_builtin="<" -entity_decimal="" -entity_external="&a;" -entity_hex="" -equals="===" -exclamation="!" -greater_than=">" -hash="#" -hyphen="-" -indent=" " -left_bracket="[" -left_paren="(" -less_than="<" -plus="+" -right_bracket="]" -right_paren=")" -single_quote="'" -string_any="ANY" -string_brackets="[]" -string_cdata="CDATA" -string_dashes="--" -string_empty_dblquotes="\"\"" -string_empty_quotes="''" -string_idrefs="IDREFS" -string_parentheses="()" -string_pcdata="#PCDATA" -tag_cdata="" -tag_doctype="" -tag_open_close="" -tag_open_exclamation="" -tag_xml_q="" -underscore="_" -- cgit v1.2.3