chore: bump scintilla and lexilla version
This commit is contained in:
8
3rdparty/lexilla545/lexilla/test/examples/hypertext/Issue272SGML.xml
vendored
Normal file
8
3rdparty/lexilla545/lexilla/test/examples/hypertext/Issue272SGML.xml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<!DOCTYPE root [
|
||||
<!ELEMENT root (p)>
|
||||
<!ELEMENT p (#PCDATA)>
|
||||
<!-- Example 1 from XML spec 1.0 Appendix D -->
|
||||
<!ENTITY example "<p>An ampersand (&#38;) may be escaped
|
||||
numerically (&#38;#38) or with a general entity (&amp;).</p>" >
|
||||
]>
|
||||
<root>&example;</root>
|
Reference in New Issue
Block a user