cmark

My personal build of CMark ✏️

Commit
914e82fad8d89c8ebc23bb9888754627ff24f839
Parent
ffe1230ab0e3dfda564ee8704a85cc4eb222fe54
Author
John MacFarlane <jgm@berkeley.edu>
Date

Added test/afl_dictionary.

Diffstat

45 files changed, 90 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Added test/afl_dictionary/attr_generic 2 2 0
Added test/afl_dictionary/attr_href 2 2 0
Added test/afl_dictionary/attr_xml_lang 2 2 0
Added test/afl_dictionary/attr_xmlns 2 2 0
Added test/afl_dictionary/backslash 2 2 0
Added test/afl_dictionary/backtick 2 2 0
Added test/afl_dictionary/colon 2 2 0
Added test/afl_dictionary/dashes 2 2 0
Added test/afl_dictionary/double_quote 2 2 0
Added test/afl_dictionary/entity_builtin 2 2 0
Added test/afl_dictionary/entity_decimal 2 2 0
Added test/afl_dictionary/entity_external 2 2 0
Added test/afl_dictionary/entity_hex 2 2 0
Added test/afl_dictionary/equals 2 2 0
Added test/afl_dictionary/exclamation 2 2 0
Added test/afl_dictionary/greater_than 2 2 0
Added test/afl_dictionary/hash 2 2 0
Added test/afl_dictionary/indent 2 2 0
Added test/afl_dictionary/left_bracket 2 2 0
Added test/afl_dictionary/left_paren 2 2 0
Added test/afl_dictionary/less_than 2 2 0
Added test/afl_dictionary/right_bracket 2 2 0
Added test/afl_dictionary/right_paren 2 2 0
Added test/afl_dictionary/single_quote 2 2 0
Added test/afl_dictionary/string_any 2 2 0
Added test/afl_dictionary/string_brackets 2 2 0
Added test/afl_dictionary/string_cdata 2 2 0
Added test/afl_dictionary/string_dashes 2 2 0
Added test/afl_dictionary/string_empty_dblquotes 2 2 0
Added test/afl_dictionary/string_empty_quotes 2 2 0
Added test/afl_dictionary/string_idrefs 2 2 0
Added test/afl_dictionary/string_parentheses 2 2 0
Added test/afl_dictionary/string_pcdata 2 2 0
Added test/afl_dictionary/tag_cdata 2 2 0
Added test/afl_dictionary/tag_close 2 2 0
Added test/afl_dictionary/tag_doctype 2 2 0
Added test/afl_dictionary/tag_element 2 2 0
Added test/afl_dictionary/tag_entity 2 2 0
Added test/afl_dictionary/tag_notation 2 2 0
Added test/afl_dictionary/tag_open 2 2 0
Added test/afl_dictionary/tag_open_close 2 2 0
Added test/afl_dictionary/tag_open_exclamation 2 2 0
Added test/afl_dictionary/tag_open_q 2 2 0
Added test/afl_dictionary/tag_sq2_close 2 2 0
Added test/afl_dictionary/tag_xml_q 2 2 0
diff --git a/test/afl_dictionary/attr_generic b/test/afl_dictionary/attr_generic
@@ -0,0 +1 @@
+ a="1"+
\ No newline at end of file
diff --git a/test/afl_dictionary/attr_href b/test/afl_dictionary/attr_href
@@ -0,0 +1 @@
+ href="1"+
\ No newline at end of file
diff --git a/test/afl_dictionary/attr_xml_lang b/test/afl_dictionary/attr_xml_lang
@@ -0,0 +1 @@
+ xml:lang="1"+
\ No newline at end of file
diff --git a/test/afl_dictionary/attr_xmlns b/test/afl_dictionary/attr_xmlns
@@ -0,0 +1 @@
+ xmlns="1"+
\ No newline at end of file
diff --git a/test/afl_dictionary/backslash b/test/afl_dictionary/backslash
@@ -0,0 +1 @@
+\+
\ No newline at end of file
diff --git a/test/afl_dictionary/backtick b/test/afl_dictionary/backtick
@@ -0,0 +1 @@
+`+
\ No newline at end of file
diff --git a/test/afl_dictionary/colon b/test/afl_dictionary/colon
@@ -0,0 +1 @@
+:+
\ No newline at end of file
diff --git a/test/afl_dictionary/dashes b/test/afl_dictionary/dashes
@@ -0,0 +1 @@
+---+
\ No newline at end of file
diff --git a/test/afl_dictionary/double_quote b/test/afl_dictionary/double_quote
@@ -0,0 +1 @@
+"+
\ No newline at end of file
diff --git a/test/afl_dictionary/entity_builtin b/test/afl_dictionary/entity_builtin
@@ -0,0 +1 @@
+&lt;+
\ No newline at end of file
diff --git a/test/afl_dictionary/entity_decimal b/test/afl_dictionary/entity_decimal
@@ -0,0 +1 @@
+&#1;+
\ No newline at end of file
diff --git a/test/afl_dictionary/entity_external b/test/afl_dictionary/entity_external
@@ -0,0 +1 @@
+&a;+
\ No newline at end of file
diff --git a/test/afl_dictionary/entity_hex b/test/afl_dictionary/entity_hex
@@ -0,0 +1 @@
+&#x1;+
\ No newline at end of file
diff --git a/test/afl_dictionary/equals b/test/afl_dictionary/equals
@@ -0,0 +1 @@
+===+
\ No newline at end of file
diff --git a/test/afl_dictionary/exclamation b/test/afl_dictionary/exclamation
@@ -0,0 +1 @@
+!+
\ No newline at end of file
diff --git a/test/afl_dictionary/greater_than b/test/afl_dictionary/greater_than
@@ -0,0 +1 @@
+>+
\ No newline at end of file
diff --git a/test/afl_dictionary/hash b/test/afl_dictionary/hash
@@ -0,0 +1 @@
+#+
\ No newline at end of file
diff --git a/test/afl_dictionary/indent b/test/afl_dictionary/indent
@@ -0,0 +1 @@
+  +
\ No newline at end of file
diff --git a/test/afl_dictionary/left_bracket b/test/afl_dictionary/left_bracket
@@ -0,0 +1 @@
+[+
\ No newline at end of file
diff --git a/test/afl_dictionary/left_paren b/test/afl_dictionary/left_paren
@@ -0,0 +1 @@
+(+
\ No newline at end of file
diff --git a/test/afl_dictionary/less_than b/test/afl_dictionary/less_than
@@ -0,0 +1 @@
+<+
\ No newline at end of file
diff --git a/test/afl_dictionary/right_bracket b/test/afl_dictionary/right_bracket
@@ -0,0 +1 @@
+]+
\ No newline at end of file
diff --git a/test/afl_dictionary/right_paren b/test/afl_dictionary/right_paren
@@ -0,0 +1 @@
+)+
\ No newline at end of file
diff --git a/test/afl_dictionary/single_quote b/test/afl_dictionary/single_quote
@@ -0,0 +1 @@
+'+
\ No newline at end of file
diff --git a/test/afl_dictionary/string_any b/test/afl_dictionary/string_any
@@ -0,0 +1 @@
+ANY+
\ No newline at end of file
diff --git a/test/afl_dictionary/string_brackets b/test/afl_dictionary/string_brackets
@@ -0,0 +1 @@
+[]+
\ No newline at end of file
diff --git a/test/afl_dictionary/string_cdata b/test/afl_dictionary/string_cdata
@@ -0,0 +1 @@
+CDATA+
\ No newline at end of file
diff --git a/test/afl_dictionary/string_dashes b/test/afl_dictionary/string_dashes
@@ -0,0 +1 @@
+--+
\ No newline at end of file
diff --git a/test/afl_dictionary/string_empty_dblquotes b/test/afl_dictionary/string_empty_dblquotes
@@ -0,0 +1 @@
+""+
\ No newline at end of file
diff --git a/test/afl_dictionary/string_empty_quotes b/test/afl_dictionary/string_empty_quotes
@@ -0,0 +1 @@
+''+
\ No newline at end of file
diff --git a/test/afl_dictionary/string_idrefs b/test/afl_dictionary/string_idrefs
@@ -0,0 +1 @@
+IDREFS+
\ No newline at end of file
diff --git a/test/afl_dictionary/string_parentheses b/test/afl_dictionary/string_parentheses
@@ -0,0 +1 @@
+()+
\ No newline at end of file
diff --git a/test/afl_dictionary/string_pcdata b/test/afl_dictionary/string_pcdata
@@ -0,0 +1 @@
+#PCDATA+
\ No newline at end of file
diff --git a/test/afl_dictionary/tag_cdata b/test/afl_dictionary/tag_cdata
@@ -0,0 +1 @@
+<![CDATA[+
\ No newline at end of file
diff --git a/test/afl_dictionary/tag_close b/test/afl_dictionary/tag_close
@@ -0,0 +1 @@
+</a>+
\ No newline at end of file
diff --git a/test/afl_dictionary/tag_doctype b/test/afl_dictionary/tag_doctype
@@ -0,0 +1 @@
+<!DOCTYPE+
\ No newline at end of file
diff --git a/test/afl_dictionary/tag_element b/test/afl_dictionary/tag_element
@@ -0,0 +1 @@
+<!ELEMENT+
\ No newline at end of file
diff --git a/test/afl_dictionary/tag_entity b/test/afl_dictionary/tag_entity
@@ -0,0 +1 @@
+<!ENTITY+
\ No newline at end of file
diff --git a/test/afl_dictionary/tag_notation b/test/afl_dictionary/tag_notation
@@ -0,0 +1 @@
+<!NOTATION+
\ No newline at end of file
diff --git a/test/afl_dictionary/tag_open b/test/afl_dictionary/tag_open
@@ -0,0 +1 @@
+<a>+
\ No newline at end of file
diff --git a/test/afl_dictionary/tag_open_close b/test/afl_dictionary/tag_open_close
@@ -0,0 +1 @@
+<a />+
\ No newline at end of file
diff --git a/test/afl_dictionary/tag_open_exclamation b/test/afl_dictionary/tag_open_exclamation
@@ -0,0 +1 @@
+<!+
\ No newline at end of file
diff --git a/test/afl_dictionary/tag_open_q b/test/afl_dictionary/tag_open_q
@@ -0,0 +1 @@
+<?+
\ No newline at end of file
diff --git a/test/afl_dictionary/tag_sq2_close b/test/afl_dictionary/tag_sq2_close
@@ -0,0 +1 @@
+]]>+
\ No newline at end of file
diff --git a/test/afl_dictionary/tag_xml_q b/test/afl_dictionary/tag_xml_q
@@ -0,0 +1 @@
+<?xml?>+
\ No newline at end of file