Skip to content
Extraits de code Groupes Projets
Valider eadf7787 rédigé par marcimat's avatar marcimat
Parcourir les fichiers

tests: Correction de fermetures de balises (html5)

parent 738bfd29
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -33,11 +33,11 @@ class FiltreBaliseImgDistTest extends TestCase
public static function providerFiltresFiltreBaliseImgDist(): array {
return [
[
0 => "<img src='https://www.spip.net/IMG/logo/siteon0.png' alt='' width='300' height='223' />",
0 => "<img src='https://www.spip.net/IMG/logo/siteon0.png' alt='' width='300' height='223'>",
1 => 'https://www.spip.net/IMG/logo/siteon0.png',
],
[
0 => "<img src='prive/images/logo-spip.png' alt='' width='231' height='172' />",
0 => "<img src='prive/images/logo-spip.png' alt='' width='231' height='172'>",
1 => 'prive/images/logo-spip.png',
],
[
......@@ -45,186 +45,186 @@ class FiltreBaliseImgDistTest extends TestCase
1 => 'prive/aide_body.css',
],
[
0 => "<img src='prive/images/searching.gif' alt='' width='16' height='16' />",
0 => "<img src='prive/images/searching.gif' alt='' width='16' height='16'>",
1 => 'prive/images/searching.gif',
],
[
0 => "<img src='prive/images/searching.gif' alt='attendez' class='loading' width='16' height='16' />",
0 => "<img src='prive/images/searching.gif' alt='attendez' class='loading' width='16' height='16'>",
1 => 'prive/images/searching.gif',
2 => 'attendez',
3 => 'loading',
],
[
0 => "<img src='spip.png' alt='' width='60' height='40' />",
0 => "<img src='spip.png' alt='' width='60' height='40'>",
1 => 'spip.png',
],
1 => [
0 => "<img src='spip.png' alt='This is SPIP' width='60' height='40' />",
0 => "<img src='spip.png' alt='This is SPIP' width='60' height='40'>",
1 => 'spip.png',
2 => 'This is SPIP',
],
2 => [
0 => "<img src='spip.png' alt='This is SPIP' class='spip_logo' width='60' height='40' />",
0 => "<img src='spip.png' alt='This is SPIP' class='spip_logo' width='60' height='40'>",
1 => 'spip.png',
2 => 'This is SPIP',
3 => 'spip_logo',
],
[
0 => "<img src='spip.png' alt='This is SPIP' class='spip_logo' width='30' height='20' />",
0 => "<img src='spip.png' alt='This is SPIP' class='spip_logo' width='30' height='20'>",
1 => 'spip.png',
2 => 'This is SPIP',
3 => 'spip_logo',
4 => '@2x',
],
[
0 => "<img src='spip.png' alt='This is SPIP' class='spip_logo' width='20' height='20' />",
0 => "<img src='spip.png' alt='This is SPIP' class='spip_logo' width='20' height='20'>",
1 => 'spip.png',
2 => 'This is SPIP',
3 => 'spip_logo',
4 => '20',
],
[
0 => "<img src='spip.png' alt='This is SPIP' class='spip_logo' width='90' height='60' />",
0 => "<img src='spip.png' alt='This is SPIP' class='spip_logo' width='90' height='60'>",
1 => 'spip.png',
2 => 'This is SPIP',
3 => 'spip_logo',
4 => '90x*',
],
[
0 => "<img src='spip.png' alt='This is SPIP' class='spip_logo' width='50' height='30' />",
0 => "<img src='spip.png' alt='This is SPIP' class='spip_logo' width='50' height='30'>",
1 => 'spip.png',
2 => 'This is SPIP',
3 => 'spip_logo',
4 => '50x30',
],
[
0 => "<img src='spip.png' alt='This is SPIP' width='30' height='20' />",
0 => "<img src='spip.png' alt='This is SPIP' width='30' height='20'>",
1 => 'spip.png',
2 => 'This is SPIP',
3 => '@2x',
],
[
0 => "<img src='spip.png' alt='This is SPIP' width='20' height='20' />",
0 => "<img src='spip.png' alt='This is SPIP' width='20' height='20'>",
1 => 'spip.png',
2 => 'This is SPIP',
3 => '20',
],
[
0 => "<img src='spip.png' alt='This is SPIP' width='90' height='60' />",
0 => "<img src='spip.png' alt='This is SPIP' width='90' height='60'>",
1 => 'spip.png',
2 => 'This is SPIP',
3 => '90x*',
],
[
0 => "<img src='spip.png' alt='This is SPIP' width='50' height='30' />",
0 => "<img src='spip.png' alt='This is SPIP' width='50' height='30'>",
1 => 'spip.png',
2 => 'This is SPIP',
3 => '50x30',
],
[
0 => "<img src='spip.png' width='30' height='20' />",
0 => "<img src='spip.png' width='30' height='20'>",
1 => 'spip.png',
2 => '@2x',
],
[
0 => "<img src='spip.png' width='20' height='20' />",
0 => "<img src='spip.png' width='20' height='20'>",
1 => 'spip.png',
2 => '20',
],
[
0 => "<img src='spip.png' width='90' height='60' />",
0 => "<img src='spip.png' width='90' height='60'>",
1 => 'spip.png',
2 => '90x*',
],
[
0 => "<img src='spip.png' width='50' height='30' />",
0 => "<img src='spip.png' width='50' height='30'>",
1 => 'spip.png',
2 => '50x30',
],
[
0 => "<img src='spip.svg' alt='' width='60' height='40' />",
0 => "<img src='spip.svg' alt='' width='60' height='40'>",
1 => 'spip.svg',
],
[
0 => "<img src='spip.svg' alt='This is SPIP' width='60' height='40' />",
0 => "<img src='spip.svg' alt='This is SPIP' width='60' height='40'>",
1 => 'spip.svg',
2 => 'This is SPIP',
],
[
0 => "<img src='spip.svg' alt='This is SPIP' class='spip_logo' width='60' height='40' />",
0 => "<img src='spip.svg' alt='This is SPIP' class='spip_logo' width='60' height='40'>",
1 => 'spip.svg',
2 => 'This is SPIP',
3 => 'spip_logo',
],
[
0 => "<img src='spip.svg' alt='This is SPIP' class='spip_logo' width='30' height='20' />",
0 => "<img src='spip.svg' alt='This is SPIP' class='spip_logo' width='30' height='20'>",
1 => 'spip.svg',
2 => 'This is SPIP',
3 => 'spip_logo',
4 => '@2x',
],
[
0 => "<img src='spip.svg' alt='This is SPIP' class='spip_logo' width='20' height='20' />",
0 => "<img src='spip.svg' alt='This is SPIP' class='spip_logo' width='20' height='20'>",
1 => 'spip.svg',
2 => 'This is SPIP',
3 => 'spip_logo',
4 => '20',
],
25 => [
0 => "<img src='spip.svg' alt='This is SPIP' class='spip_logo' width='90' height='60' />",
0 => "<img src='spip.svg' alt='This is SPIP' class='spip_logo' width='90' height='60'>",
1 => 'spip.svg',
2 => 'This is SPIP',
3 => 'spip_logo',
4 => '90x*',
],
26 => [
0 => "<img src='spip.svg' alt='This is SPIP' class='spip_logo' width='50' height='30' />",
0 => "<img src='spip.svg' alt='This is SPIP' class='spip_logo' width='50' height='30'>",
1 => 'spip.svg',
2 => 'This is SPIP',
3 => 'spip_logo',
4 => '50x30',
],
[
0 => "<img src='spip.svg' alt='This is SPIP' width='30' height='20' />",
0 => "<img src='spip.svg' alt='This is SPIP' width='30' height='20'>",
1 => 'spip.svg',
2 => 'This is SPIP',
3 => '@2x',
],
[
0 => "<img src='spip.svg' alt='This is SPIP' width='20' height='20' />",
0 => "<img src='spip.svg' alt='This is SPIP' width='20' height='20'>",
1 => 'spip.svg',
2 => 'This is SPIP',
3 => '20',
],
[
0 => "<img src='spip.svg' alt='This is SPIP' width='90' height='60' />",
0 => "<img src='spip.svg' alt='This is SPIP' width='90' height='60'>",
1 => 'spip.svg',
2 => 'This is SPIP',
3 => '90x*',
],
[
0 => "<img src='spip.svg' alt='This is SPIP' width='50' height='30' />",
0 => "<img src='spip.svg' alt='This is SPIP' width='50' height='30'>",
1 => 'spip.svg',
2 => 'This is SPIP',
3 => '50x30',
],
[
0 => "<img src='spip.svg' width='30' height='20' />",
0 => "<img src='spip.svg' width='30' height='20'>",
1 => 'spip.svg',
2 => '@2x',
],
[
0 => "<img src='spip.svg' width='20' height='20' />",
0 => "<img src='spip.svg' width='20' height='20'>",
1 => 'spip.svg',
2 => '20',
],
[
0 => "<img src='spip.svg' width='90' height='60' />",
0 => "<img src='spip.svg' width='90' height='60'>",
1 => 'spip.svg',
2 => '90x*',
],
[
0 => "<img src='spip.svg' width='50' height='30' />",
0 => "<img src='spip.svg' width='50' height='30'>",
1 => 'spip.svg',
2 => '50x30',
],
......
Ce diff est replié.
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter