update inbox list
This commit is contained in:
9
vendor/scrivo/highlight.php/test/markup/xml/unquoted-attributes.txt
vendored
Normal file
9
vendor/scrivo/highlight.php/test/markup/xml/unquoted-attributes.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<img src="/pics/foo.jpg">
|
||||
<img src='/pics/foo.jpg'>
|
||||
<img src=/pics/foo.jpg>
|
||||
<img src=/pics/>
|
||||
<img src=/pics />
|
||||
<img alt=''/>
|
||||
<img alt/>
|
||||
<img alt=''>
|
||||
<img alt>
|
||||
Reference in New Issue
Block a user