Changeset 43691 in spip-zone
- Timestamp:
- Jan 20, 2011, 8:43:45 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/tests/filtres/extraire_attribut.php
r35869 r43691 15 15 $val = '"&\''; 16 16 $tag = inserer_attribut("<img width=10>", 'src', $val); 17 $essais[] = array('"& \'', $tag, 'src');17 $essais[] = array('"&'', $tag, 'src'); 18 18 $essais[] = array("10", $tag, 'width'); 19 19
Note: See TracChangeset
for help on using the changeset viewer.