From a2dfadc6c852d89e9900f81dec95bcee97df08b6 Mon Sep 17 00:00:00 2001 From: Logan Saso Date: Sun, 4 Oct 2020 14:18:21 -0700 Subject: [PATCH] #1213 Added example xml file --- .../syntax-tests/highlighted/XML/example.xml | 22 +++++++++++++++++++ tests/syntax-tests/source/XML/example.xml | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 tests/syntax-tests/highlighted/XML/example.xml create mode 100644 tests/syntax-tests/source/XML/example.xml diff --git a/tests/syntax-tests/highlighted/XML/example.xml b/tests/syntax-tests/highlighted/XML/example.xml new file mode 100644 index 00000000..4cde1a89 --- /dev/null +++ b/tests/syntax-tests/highlighted/XML/example.xml @@ -0,0 +1,22 @@ + + +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> +<!ENTITY name "Some text"> +<!ATTLIST tutorials type CDATA #REQUIRED> +  +<root_element> +  + <CASE_sensITIVE attribute="" another="false"> + <trailing_slash/> +  + <number_attribute42> + <number42_trailingslash/> +  + <xsl:complicated_attribute name="ab1234567890!@#$%^&amp;*()&gt;?&lt;,.';`~:\][{}"> +  + <entity_use>&name; +  + + diff --git a/tests/syntax-tests/source/XML/example.xml b/tests/syntax-tests/source/XML/example.xml new file mode 100644 index 00000000..5f28f51a --- /dev/null +++ b/tests/syntax-tests/source/XML/example.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + &name; + + + \ No newline at end of file