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