From 914e82fad8d89c8ebc23bb9888754627ff24f839 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 17 Apr 2015 09:53:14 -0700 Subject: Added test/afl_dictionary. --- test/afl_dictionary/attr_generic | 1 + test/afl_dictionary/attr_href | 1 + test/afl_dictionary/attr_xml_lang | 1 + test/afl_dictionary/attr_xmlns | 1 + test/afl_dictionary/backslash | 1 + test/afl_dictionary/backtick | 1 + test/afl_dictionary/colon | 1 + test/afl_dictionary/dashes | 1 + test/afl_dictionary/double_quote | 1 + test/afl_dictionary/entity_builtin | 1 + test/afl_dictionary/entity_decimal | 1 + test/afl_dictionary/entity_external | 1 + test/afl_dictionary/entity_hex | 1 + test/afl_dictionary/equals | 1 + test/afl_dictionary/exclamation | 1 + test/afl_dictionary/greater_than | 1 + test/afl_dictionary/hash | 1 + test/afl_dictionary/indent | 1 + test/afl_dictionary/left_bracket | 1 + test/afl_dictionary/left_paren | 1 + test/afl_dictionary/less_than | 1 + test/afl_dictionary/right_bracket | 1 + test/afl_dictionary/right_paren | 1 + test/afl_dictionary/single_quote | 1 + test/afl_dictionary/string_any | 1 + test/afl_dictionary/string_brackets | 1 + test/afl_dictionary/string_cdata | 1 + test/afl_dictionary/string_dashes | 1 + test/afl_dictionary/string_empty_dblquotes | 1 + test/afl_dictionary/string_empty_quotes | 1 + test/afl_dictionary/string_idrefs | 1 + test/afl_dictionary/string_parentheses | 1 + test/afl_dictionary/string_pcdata | 1 + test/afl_dictionary/tag_cdata | 1 + test/afl_dictionary/tag_close | 1 + test/afl_dictionary/tag_doctype | 1 + test/afl_dictionary/tag_element | 1 + test/afl_dictionary/tag_entity | 1 + test/afl_dictionary/tag_notation | 1 + test/afl_dictionary/tag_open | 1 + test/afl_dictionary/tag_open_close | 1 + test/afl_dictionary/tag_open_exclamation | 1 + test/afl_dictionary/tag_open_q | 1 + test/afl_dictionary/tag_sq2_close | 1 + test/afl_dictionary/tag_xml_q | 1 + 45 files changed, 45 insertions(+) create mode 100644 test/afl_dictionary/attr_generic create mode 100644 test/afl_dictionary/attr_href create mode 100644 test/afl_dictionary/attr_xml_lang create mode 100644 test/afl_dictionary/attr_xmlns create mode 100644 test/afl_dictionary/backslash create mode 100644 test/afl_dictionary/backtick create mode 100644 test/afl_dictionary/colon create mode 100644 test/afl_dictionary/dashes create mode 100644 test/afl_dictionary/double_quote create mode 100644 test/afl_dictionary/entity_builtin create mode 100644 test/afl_dictionary/entity_decimal create mode 100644 test/afl_dictionary/entity_external create mode 100644 test/afl_dictionary/entity_hex create mode 100644 test/afl_dictionary/equals create mode 100644 test/afl_dictionary/exclamation create mode 100644 test/afl_dictionary/greater_than create mode 100644 test/afl_dictionary/hash create mode 100644 test/afl_dictionary/indent create mode 100644 test/afl_dictionary/left_bracket create mode 100644 test/afl_dictionary/left_paren create mode 100644 test/afl_dictionary/less_than create mode 100644 test/afl_dictionary/right_bracket create mode 100644 test/afl_dictionary/right_paren create mode 100644 test/afl_dictionary/single_quote create mode 100644 test/afl_dictionary/string_any create mode 100644 test/afl_dictionary/string_brackets create mode 100644 test/afl_dictionary/string_cdata create mode 100644 test/afl_dictionary/string_dashes create mode 100644 test/afl_dictionary/string_empty_dblquotes create mode 100644 test/afl_dictionary/string_empty_quotes create mode 100644 test/afl_dictionary/string_idrefs create mode 100644 test/afl_dictionary/string_parentheses create mode 100644 test/afl_dictionary/string_pcdata create mode 100644 test/afl_dictionary/tag_cdata create mode 100644 test/afl_dictionary/tag_close create mode 100644 test/afl_dictionary/tag_doctype create mode 100644 test/afl_dictionary/tag_element create mode 100644 test/afl_dictionary/tag_entity create mode 100644 test/afl_dictionary/tag_notation create mode 100644 test/afl_dictionary/tag_open create mode 100644 test/afl_dictionary/tag_open_close create mode 100644 test/afl_dictionary/tag_open_exclamation create mode 100644 test/afl_dictionary/tag_open_q create mode 100644 test/afl_dictionary/tag_sq2_close create mode 100644 test/afl_dictionary/tag_xml_q diff --git a/test/afl_dictionary/attr_generic b/test/afl_dictionary/attr_generic new file mode 100644 index 0000000..d84e4b2 --- /dev/null +++ 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 new file mode 100644 index 0000000..cbb9775 --- /dev/null +++ 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 new file mode 100644 index 0000000..6dab3e9 --- /dev/null +++ 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 new file mode 100644 index 0000000..168863a --- /dev/null +++ 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 new file mode 100644 index 0000000..b7d5379 --- /dev/null +++ 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 new file mode 100644 index 0000000..64845fb --- /dev/null +++ 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 new file mode 100644 index 0000000..22ded55 --- /dev/null +++ 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 new file mode 100644 index 0000000..73b314f --- /dev/null +++ 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 new file mode 100644 index 0000000..9d68933 --- /dev/null +++ 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 new file mode 100644 index 0000000..1489a83 --- /dev/null +++ b/test/afl_dictionary/entity_builtin @@ -0,0 +1 @@ +< \ No newline at end of file diff --git a/test/afl_dictionary/entity_decimal b/test/afl_dictionary/entity_decimal new file mode 100644 index 0000000..7b997f6 --- /dev/null +++ b/test/afl_dictionary/entity_decimal @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/test/afl_dictionary/entity_external b/test/afl_dictionary/entity_external new file mode 100644 index 0000000..f626a66 --- /dev/null +++ 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 new file mode 100644 index 0000000..8766028 --- /dev/null +++ b/test/afl_dictionary/entity_hex @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/test/afl_dictionary/equals b/test/afl_dictionary/equals new file mode 100644 index 0000000..7193984 --- /dev/null +++ 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 new file mode 100644 index 0000000..74e0f12 --- /dev/null +++ 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 new file mode 100644 index 0000000..0817502 --- /dev/null +++ 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 new file mode 100644 index 0000000..4287ca8 --- /dev/null +++ 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 new file mode 100644 index 0000000..136d063 --- /dev/null +++ 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 new file mode 100644 index 0000000..8e2f0be --- /dev/null +++ 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 new file mode 100644 index 0000000..f46d387 --- /dev/null +++ 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 new file mode 100644 index 0000000..c5fa784 --- /dev/null +++ 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 new file mode 100644 index 0000000..54caf60 --- /dev/null +++ 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 new file mode 100644 index 0000000..e8a0f87 --- /dev/null +++ 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 new file mode 100644 index 0000000..ad2823b --- /dev/null +++ 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 new file mode 100644 index 0000000..bcd7dd4 --- /dev/null +++ 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 new file mode 100644 index 0000000..0637a08 --- /dev/null +++ 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 new file mode 100644 index 0000000..9d6d94e --- /dev/null +++ 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 new file mode 100644 index 0000000..7489acc --- /dev/null +++ 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 new file mode 100644 index 0000000..3cc762b --- /dev/null +++ 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 new file mode 100644 index 0000000..9423090 --- /dev/null +++ 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 new file mode 100644 index 0000000..dd37f9c --- /dev/null +++ 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 new file mode 100644 index 0000000..dd626a0 --- /dev/null +++ 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 new file mode 100644 index 0000000..d2dd7f7 --- /dev/null +++ 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 new file mode 100644 index 0000000..fac6255 --- /dev/null +++ b/test/afl_dictionary/tag_cdata @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/test/afl_dictionary/tag_doctype b/test/afl_dictionary/tag_doctype new file mode 100644 index 0000000..b771752 --- /dev/null +++ b/test/afl_dictionary/tag_doctype @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/test/afl_dictionary/tag_open_close b/test/afl_dictionary/tag_open_close new file mode 100644 index 0000000..4a12235 --- /dev/null +++ b/test/afl_dictionary/tag_open_close @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/test/afl_dictionary/tag_open_exclamation b/test/afl_dictionary/tag_open_exclamation new file mode 100644 index 0000000..58adc03 --- /dev/null +++ b/test/afl_dictionary/tag_open_exclamation @@ -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 new file mode 100644 index 0000000..be32990 --- /dev/null +++ b/test/afl_dictionary/tag_xml_q @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3