update inbox list
This commit is contained in:
13
vendor/scrivo/highlight.php/test/detect/xml/default.txt
vendored
Normal file
13
vendor/scrivo/highlight.php/test/detect/xml/default.txt
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<title>Title</title>
|
||||
|
||||
<style>body {width: 500px;}</style>
|
||||
|
||||
<script type="application/javascript">
|
||||
function $init() {return true;}
|
||||
</script>
|
||||
|
||||
<body>
|
||||
<p checked class="title" id='title'>Title</p>
|
||||
<!-- here goes the rest of the page -->
|
||||
</body>
|
||||
5
vendor/scrivo/highlight.php/test/detect/xml/groovy-julia.txt
vendored
Normal file
5
vendor/scrivo/highlight.php/test/detect/xml/groovy-julia.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<SOAP-ENV:Envelope xmlns:SOAP-ENV="..." xmlns:ns1="..." xmlns:xsi="...">
|
||||
<SOAP-ENV:Body>
|
||||
|
||||
</SOAP-ENV:Body>
|
||||
</SOAP-ENV:Envelope>
|
||||
1
vendor/scrivo/highlight.php/test/detect/xml/js.txt
vendored
Normal file
1
vendor/scrivo/highlight.php/test/detect/xml/js.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<iframe x="y"></iframe>
|
||||
Reference in New Issue
Block a user