diff options
Diffstat (limited to 'test/xml/invalids')
-rw-r--r-- | test/xml/invalids/double-boms-and-invalid-byte.xml | 1 | ||||
-rw-r--r-- | test/xml/invalids/only-bom.xml | 1 | ||||
-rw-r--r-- | test/xml/invalids/only-double-boms.xml | 1 | ||||
-rw-r--r-- | test/xml/invalids/partial-attr-value-with-encoding-char.xml | 2 | ||||
-rw-r--r-- | test/xml/invalids/partial-open-element.xml | 2 |
5 files changed, 7 insertions, 0 deletions
diff --git a/test/xml/invalids/double-boms-and-invalid-byte.xml b/test/xml/invalids/double-boms-and-invalid-byte.xml new file mode 100644 index 0000000..43254d2 --- /dev/null +++ b/test/xml/invalids/double-boms-and-invalid-byte.xml @@ -0,0 +1 @@ +»<?xml version="1.0" ?><root/>
\ No newline at end of file diff --git a/test/xml/invalids/only-bom.xml b/test/xml/invalids/only-bom.xml new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/test/xml/invalids/only-bom.xml @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/test/xml/invalids/only-double-boms.xml b/test/xml/invalids/only-double-boms.xml new file mode 100644 index 0000000..83ea941 --- /dev/null +++ b/test/xml/invalids/only-double-boms.xml @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/test/xml/invalids/partial-attr-value-with-encoding-char.xml b/test/xml/invalids/partial-attr-value-with-encoding-char.xml new file mode 100644 index 0000000..a0237ab --- /dev/null +++ b/test/xml/invalids/partial-attr-value-with-encoding-char.xml @@ -0,0 +1,2 @@ +<?xml version="1.0"?> +<root attr="encoding char is present & no closing quote. diff --git a/test/xml/invalids/partial-open-element.xml b/test/xml/invalids/partial-open-element.xml new file mode 100644 index 0000000..7f93d4f --- /dev/null +++ b/test/xml/invalids/partial-open-element.xml @@ -0,0 +1,2 @@ +<?xml version="1.0"?> +<root |