Completed
Push — master ( 7e1ef9...9d5840 )
by cam
01:34
created
ecrire/tests/Filtre/Date/HeuresMinutesTest.php 1 patch
Indentation   +136 added lines, -136 removed lines patch added patch discarded remove patch
@@ -13,143 +13,143 @@
 block discarded – undo
13 13
 
14 14
 class HeuresMinutesTest extends TestCase
15 15
 {
16
-	public static function setUpBeforeClass(): void {
17
-		find_in_path('inc/filtres.php', '', true);
18
-	}
16
+    public static function setUpBeforeClass(): void {
17
+        find_in_path('inc/filtres.php', '', true);
18
+    }
19 19
 
20
-	protected function setUp(): void {
21
-		changer_langue('fr');
22
-		// ce test est en fr
23
-	}
20
+    protected function setUp(): void {
21
+        changer_langue('fr');
22
+        // ce test est en fr
23
+    }
24 24
 
25
-	#[DataProvider('providerFiltresHeuresMinutes')]
26
-	public function testFiltresHeuresMinutes($expected, ...$args): void {
27
-		$actual = heures_minutes(...$args);
28
-		$this->assertSame($expected, $actual);
29
-	}
25
+    #[DataProvider('providerFiltresHeuresMinutes')]
26
+    public function testFiltresHeuresMinutes($expected, ...$args): void {
27
+        $actual = heures_minutes(...$args);
28
+        $this->assertSame($expected, $actual);
29
+    }
30 30
 
31
-	public static function providerFiltresHeuresMinutes(): array {
32
-		return [
33
-			0 => [
34
-				0 => '12h33min',
35
-				1 => '2001-00-00 12:33:44',
36
-			],
37
-			1 => [
38
-				0 => '09h12min',
39
-				1 => '2001-03-00 09:12:57',
40
-			],
41
-			2 => [
42
-				0 => '14h12min',
43
-				1 => '2001-02-29 14:12:33',
44
-			],
45
-			3 => [
46
-				0 => '0h0min',
47
-				1 => '0000-00-00',
48
-			],
49
-			4 => [
50
-				0 => '0h0min',
51
-				1 => '0001-01-01',
52
-			],
53
-			5 => [
54
-				0 => '0h0min',
55
-				1 => '1970-01-01',
56
-			],
57
-			6 => [
58
-				0 => '18h25min',
59
-				1 => '2001-07-05 18:25:24',
60
-			],
61
-			7 => [
62
-				0 => '00h00min',
63
-				1 => '2001-01-01 00:00:00',
64
-			],
65
-			8 => [
66
-				0 => '23h59min',
67
-				1 => '2001-12-31 23:59:59',
68
-			],
69
-			9 => [
70
-				0 => '14h12min',
71
-				1 => '2001-03-01 14:12:33',
72
-			],
73
-			10 => [
74
-				0 => '14h12min',
75
-				1 => '2004-02-29 14:12:33',
76
-			],
77
-			11 => [
78
-				0 => '12h00min',
79
-				1 => '2012-03-22 12:00:00',
80
-			],
81
-			12 => [
82
-				0 => '12h00min',
83
-				1 => '2012-06-22 12:00:00',
84
-			],
85
-			13 => [
86
-				0 => '12h00min',
87
-				1 => '2012-12-22 12:00:00',
88
-			],
89
-			14 => [
90
-				0 => '0h0min',
91
-				1 => '2001-07-05',
92
-			],
93
-			15 => [
94
-				0 => '0h0min',
95
-				1 => '2001-01-01',
96
-			],
97
-			16 => [
98
-				0 => '0h0min',
99
-				1 => '2001-12-31',
100
-			],
101
-			17 => [
102
-				0 => '0h0min',
103
-				1 => '2001-03-01',
104
-			],
105
-			18 => [
106
-				0 => '0h0min',
107
-				1 => '2001/07/05',
108
-			],
109
-			19 => [
110
-				0 => '0h0min',
111
-				1 => '2001/01/01',
112
-			],
113
-			20 => [
114
-				0 => '0h0min',
115
-				1 => '2001/12/31',
116
-			],
117
-			21 => [
118
-				0 => '0h0min',
119
-				1 => '2001/03/01',
120
-			],
121
-			22 => [
122
-				0 => '0h0min',
123
-				1 => '2004/02/29',
124
-			],
125
-			23 => [
126
-				0 => '0h0min',
127
-				1 => '2012/03/20',
128
-			],
129
-			24 => [
130
-				0 => '0h0min',
131
-				1 => '05/07/2001',
132
-			],
133
-			25 => [
134
-				0 => '0h0min',
135
-				1 => '01/01/2001',
136
-			],
137
-			26 => [
138
-				0 => '0h0min',
139
-				1 => '31/12/2001',
140
-			],
141
-			27 => [
142
-				0 => '0h0min',
143
-				1 => '01/03/2001',
144
-			],
145
-			28 => [
146
-				0 => '0h0min',
147
-				1 => '29/02/2004',
148
-			],
149
-			29 => [
150
-				0 => '0h0min',
151
-				1 => '22/12/2012',
152
-			],
153
-		];
154
-	}
31
+    public static function providerFiltresHeuresMinutes(): array {
32
+        return [
33
+            0 => [
34
+                0 => '12h33min',
35
+                1 => '2001-00-00 12:33:44',
36
+            ],
37
+            1 => [
38
+                0 => '09h12min',
39
+                1 => '2001-03-00 09:12:57',
40
+            ],
41
+            2 => [
42
+                0 => '14h12min',
43
+                1 => '2001-02-29 14:12:33',
44
+            ],
45
+            3 => [
46
+                0 => '0h0min',
47
+                1 => '0000-00-00',
48
+            ],
49
+            4 => [
50
+                0 => '0h0min',
51
+                1 => '0001-01-01',
52
+            ],
53
+            5 => [
54
+                0 => '0h0min',
55
+                1 => '1970-01-01',
56
+            ],
57
+            6 => [
58
+                0 => '18h25min',
59
+                1 => '2001-07-05 18:25:24',
60
+            ],
61
+            7 => [
62
+                0 => '00h00min',
63
+                1 => '2001-01-01 00:00:00',
64
+            ],
65
+            8 => [
66
+                0 => '23h59min',
67
+                1 => '2001-12-31 23:59:59',
68
+            ],
69
+            9 => [
70
+                0 => '14h12min',
71
+                1 => '2001-03-01 14:12:33',
72
+            ],
73
+            10 => [
74
+                0 => '14h12min',
75
+                1 => '2004-02-29 14:12:33',
76
+            ],
77
+            11 => [
78
+                0 => '12h00min',
79
+                1 => '2012-03-22 12:00:00',
80
+            ],
81
+            12 => [
82
+                0 => '12h00min',
83
+                1 => '2012-06-22 12:00:00',
84
+            ],
85
+            13 => [
86
+                0 => '12h00min',
87
+                1 => '2012-12-22 12:00:00',
88
+            ],
89
+            14 => [
90
+                0 => '0h0min',
91
+                1 => '2001-07-05',
92
+            ],
93
+            15 => [
94
+                0 => '0h0min',
95
+                1 => '2001-01-01',
96
+            ],
97
+            16 => [
98
+                0 => '0h0min',
99
+                1 => '2001-12-31',
100
+            ],
101
+            17 => [
102
+                0 => '0h0min',
103
+                1 => '2001-03-01',
104
+            ],
105
+            18 => [
106
+                0 => '0h0min',
107
+                1 => '2001/07/05',
108
+            ],
109
+            19 => [
110
+                0 => '0h0min',
111
+                1 => '2001/01/01',
112
+            ],
113
+            20 => [
114
+                0 => '0h0min',
115
+                1 => '2001/12/31',
116
+            ],
117
+            21 => [
118
+                0 => '0h0min',
119
+                1 => '2001/03/01',
120
+            ],
121
+            22 => [
122
+                0 => '0h0min',
123
+                1 => '2004/02/29',
124
+            ],
125
+            23 => [
126
+                0 => '0h0min',
127
+                1 => '2012/03/20',
128
+            ],
129
+            24 => [
130
+                0 => '0h0min',
131
+                1 => '05/07/2001',
132
+            ],
133
+            25 => [
134
+                0 => '0h0min',
135
+                1 => '01/01/2001',
136
+            ],
137
+            26 => [
138
+                0 => '0h0min',
139
+                1 => '31/12/2001',
140
+            ],
141
+            27 => [
142
+                0 => '0h0min',
143
+                1 => '01/03/2001',
144
+            ],
145
+            28 => [
146
+                0 => '0h0min',
147
+                1 => '29/02/2004',
148
+            ],
149
+            29 => [
150
+                0 => '0h0min',
151
+                1 => '22/12/2012',
152
+            ],
153
+        ];
154
+    }
155 155
 }
Please login to merge, or discard this patch.
ecrire/tests/Filtre/Date/HeuresTest.php 1 patch
Indentation   +152 added lines, -152 removed lines patch added patch discarded remove patch
@@ -13,158 +13,158 @@
 block discarded – undo
13 13
 
14 14
 class HeuresTest extends TestCase
15 15
 {
16
-	public static function setUpBeforeClass(): void {
17
-		find_in_path('inc/filtres.php', '', true);
18
-	}
16
+    public static function setUpBeforeClass(): void {
17
+        find_in_path('inc/filtres.php', '', true);
18
+    }
19 19
 
20
-	#[DataProvider('providerFiltresHeures')]
21
-	public function testFiltresHeures($expected, ...$args): void {
22
-		$actual = heures(...$args);
23
-		$this->assertSame($expected, $actual);
24
-	}
20
+    #[DataProvider('providerFiltresHeures')]
21
+    public function testFiltresHeures($expected, ...$args): void {
22
+        $actual = heures(...$args);
23
+        $this->assertSame($expected, $actual);
24
+    }
25 25
 
26
-	public static function providerFiltresHeures(): array {
27
-		return [
28
-			0 => [
29
-				0 => '12',
30
-				1 => '2001-00-00 12:33:44',
31
-			],
32
-			1 => [
33
-				0 => '09',
34
-				1 => '2001-03-00 09:12:57',
35
-			],
36
-			2 => [
37
-				0 => '14',
38
-				1 => '2001-02-29 14:12:33',
39
-			],
40
-			3 => [
41
-				0 => '0',
42
-				1 => '0000-00-00',
43
-			],
44
-			4 => [
45
-				0 => '0',
46
-				1 => '0001-01-01',
47
-			],
48
-			5 => [
49
-				0 => '0',
50
-				1 => '1970-01-01',
51
-			],
52
-			6 => [
53
-				0 => '18',
54
-				1 => '2001-07-05 18:25:24',
55
-			],
56
-			7 => [
57
-				0 => '00',
58
-				1 => '2001-01-01 00:00:00',
59
-			],
60
-			8 => [
61
-				0 => '23',
62
-				1 => '2001-12-31 23:59:59',
63
-			],
64
-			9 => [
65
-				0 => '14',
66
-				1 => '2001-03-01 14:12:33',
67
-			],
68
-			10 => [
69
-				0 => '14',
70
-				1 => '2004-02-29 14:12:33',
71
-			],
72
-			11 => [
73
-				0 => '12',
74
-				1 => '2012-03-20 12:00:00',
75
-			],
76
-			12 => [
77
-				0 => '12',
78
-				1 => '2012-06-22 12:00:00',
79
-			],
80
-			13 => [
81
-				0 => '12',
82
-				1 => '2012-12-22 12:00:00',
83
-			],
84
-			14 => [
85
-				0 => '0',
86
-				1 => '2001-07-05',
87
-			],
88
-			15 => [
89
-				0 => '0',
90
-				1 => '2001-01-01',
91
-			],
92
-			16 => [
93
-				0 => '0',
94
-				1 => '2001-12-31',
95
-			],
96
-			17 => [
97
-				0 => '0',
98
-				1 => '2001-03-01',
99
-			],
100
-			18 => [
101
-				0 => '0',
102
-				1 => '2004-02-29',
103
-			],
104
-			19 => [
105
-				0 => '0',
106
-				1 => '2012-03-20',
107
-			],
108
-			20 => [
109
-				0 => '0',
110
-				1 => '2012-03-21',
111
-			],
112
-			21 => [
113
-				0 => '0',
114
-				1 => '2001/07/05',
115
-			],
116
-			22 => [
117
-				0 => '0',
118
-				1 => '2001/01/01',
119
-			],
120
-			23 => [
121
-				0 => '0',
122
-				1 => '2001/12/31',
123
-			],
124
-			24 => [
125
-				0 => '0',
126
-				1 => '2001/03/01',
127
-			],
128
-			25 => [
129
-				0 => '0',
130
-				1 => '2004/02/29',
131
-			],
132
-			26 => [
133
-				0 => '0',
134
-				1 => '2012/03/20',
135
-			],
136
-			27 => [
137
-				0 => '0',
138
-				1 => '2012/12/22',
139
-			],
140
-			28 => [
141
-				0 => '0',
142
-				1 => '05/07/2001',
143
-			],
144
-			29 => [
145
-				0 => '0',
146
-				1 => '01/01/2001',
147
-			],
148
-			30 => [
149
-				0 => '0',
150
-				1 => '31/12/2001',
151
-			],
152
-			31 => [
153
-				0 => '0',
154
-				1 => '01/03/2001',
155
-			],
156
-			32 => [
157
-				0 => '0',
158
-				1 => '29/02/2004',
159
-			],
160
-			33 => [
161
-				0 => '0',
162
-				1 => '20/03/2012',
163
-			],
164
-			34 => [
165
-				0 => '0',
166
-				1 => '22/12/2012',
167
-			],
168
-		];
169
-	}
26
+    public static function providerFiltresHeures(): array {
27
+        return [
28
+            0 => [
29
+                0 => '12',
30
+                1 => '2001-00-00 12:33:44',
31
+            ],
32
+            1 => [
33
+                0 => '09',
34
+                1 => '2001-03-00 09:12:57',
35
+            ],
36
+            2 => [
37
+                0 => '14',
38
+                1 => '2001-02-29 14:12:33',
39
+            ],
40
+            3 => [
41
+                0 => '0',
42
+                1 => '0000-00-00',
43
+            ],
44
+            4 => [
45
+                0 => '0',
46
+                1 => '0001-01-01',
47
+            ],
48
+            5 => [
49
+                0 => '0',
50
+                1 => '1970-01-01',
51
+            ],
52
+            6 => [
53
+                0 => '18',
54
+                1 => '2001-07-05 18:25:24',
55
+            ],
56
+            7 => [
57
+                0 => '00',
58
+                1 => '2001-01-01 00:00:00',
59
+            ],
60
+            8 => [
61
+                0 => '23',
62
+                1 => '2001-12-31 23:59:59',
63
+            ],
64
+            9 => [
65
+                0 => '14',
66
+                1 => '2001-03-01 14:12:33',
67
+            ],
68
+            10 => [
69
+                0 => '14',
70
+                1 => '2004-02-29 14:12:33',
71
+            ],
72
+            11 => [
73
+                0 => '12',
74
+                1 => '2012-03-20 12:00:00',
75
+            ],
76
+            12 => [
77
+                0 => '12',
78
+                1 => '2012-06-22 12:00:00',
79
+            ],
80
+            13 => [
81
+                0 => '12',
82
+                1 => '2012-12-22 12:00:00',
83
+            ],
84
+            14 => [
85
+                0 => '0',
86
+                1 => '2001-07-05',
87
+            ],
88
+            15 => [
89
+                0 => '0',
90
+                1 => '2001-01-01',
91
+            ],
92
+            16 => [
93
+                0 => '0',
94
+                1 => '2001-12-31',
95
+            ],
96
+            17 => [
97
+                0 => '0',
98
+                1 => '2001-03-01',
99
+            ],
100
+            18 => [
101
+                0 => '0',
102
+                1 => '2004-02-29',
103
+            ],
104
+            19 => [
105
+                0 => '0',
106
+                1 => '2012-03-20',
107
+            ],
108
+            20 => [
109
+                0 => '0',
110
+                1 => '2012-03-21',
111
+            ],
112
+            21 => [
113
+                0 => '0',
114
+                1 => '2001/07/05',
115
+            ],
116
+            22 => [
117
+                0 => '0',
118
+                1 => '2001/01/01',
119
+            ],
120
+            23 => [
121
+                0 => '0',
122
+                1 => '2001/12/31',
123
+            ],
124
+            24 => [
125
+                0 => '0',
126
+                1 => '2001/03/01',
127
+            ],
128
+            25 => [
129
+                0 => '0',
130
+                1 => '2004/02/29',
131
+            ],
132
+            26 => [
133
+                0 => '0',
134
+                1 => '2012/03/20',
135
+            ],
136
+            27 => [
137
+                0 => '0',
138
+                1 => '2012/12/22',
139
+            ],
140
+            28 => [
141
+                0 => '0',
142
+                1 => '05/07/2001',
143
+            ],
144
+            29 => [
145
+                0 => '0',
146
+                1 => '01/01/2001',
147
+            ],
148
+            30 => [
149
+                0 => '0',
150
+                1 => '31/12/2001',
151
+            ],
152
+            31 => [
153
+                0 => '0',
154
+                1 => '01/03/2001',
155
+            ],
156
+            32 => [
157
+                0 => '0',
158
+                1 => '29/02/2004',
159
+            ],
160
+            33 => [
161
+                0 => '0',
162
+                1 => '20/03/2012',
163
+            ],
164
+            34 => [
165
+                0 => '0',
166
+                1 => '22/12/2012',
167
+            ],
168
+        ];
169
+    }
170 170
 }
Please login to merge, or discard this patch.
ecrire/tests/Filtre/Date/AnneeTest.php 1 patch
Indentation   +92 added lines, -92 removed lines patch added patch discarded remove patch
@@ -13,98 +13,98 @@
 block discarded – undo
13 13
 
14 14
 class AnneeTest extends TestCase
15 15
 {
16
-	public static function setUpBeforeClass(): void {
17
-		find_in_path('inc/filtres.php', '', true);
18
-	}
16
+    public static function setUpBeforeClass(): void {
17
+        find_in_path('inc/filtres.php', '', true);
18
+    }
19 19
 
20
-	#[DataProvider('providerFiltresAnnee')]
21
-	public function testFiltresAnnee($expected, ...$args): void {
22
-		$actual = annee(...$args);
23
-		$this->assertSame($expected, $actual);
24
-	}
20
+    #[DataProvider('providerFiltresAnnee')]
21
+    public function testFiltresAnnee($expected, ...$args): void {
22
+        $actual = annee(...$args);
23
+        $this->assertSame($expected, $actual);
24
+    }
25 25
 
26
-	public static function providerFiltresAnnee(): array {
27
-		return [
28
-			0 => [
29
-				0 => '2001',
30
-				1 => '2001-00-00 12:33:44',
31
-			],
32
-			1 => [
33
-				0 => '2001',
34
-				1 => '2001-03-00 09:12:57',
35
-			],
36
-			2 => [
37
-				0 => '2001',
38
-				1 => '2001-02-29 14:12:33',
39
-			],
40
-			3 => [
41
-				0 => '0000',
42
-				1 => '0000-00-00',
43
-			],
44
-			4 => [
45
-				0 => '0001',
46
-				1 => '0001-01-01',
47
-			],
48
-			5 => [
49
-				0 => '1970',
50
-				1 => '1970-01-01',
51
-			],
52
-			6 => [
53
-				0 => '2001',
54
-				1 => '2001-07-05 18:25:24',
55
-			],
56
-			7 => [
57
-				0 => '2001',
58
-				1 => '2001-01-01 00:00:00',
59
-			],
60
-			8 => [
61
-				0 => '2001',
62
-				1 => '2001-12-31 23:59:59',
63
-			],
64
-			9 => [
65
-				0 => '2001',
66
-				1 => '2001-03-01 14:12:33',
67
-			],
68
-			10 => [
69
-				0 => '2004',
70
-				1 => '2004-02-29 14:12:33',
71
-			],
72
-			11 => [
73
-				0 => '2012',
74
-				1 => '2012-03-20 12:00:00',
75
-			],
76
-			12 => [
77
-				0 => '2012',
78
-				1 => '2012-12-22 12:00:00',
79
-			],
80
-			13 => [
81
-				0 => '2001',
82
-				1 => '2001-07-05',
83
-			],
84
-			14 => [
85
-				0 => '2001',
86
-				1 => '2001-01-01',
87
-			],
88
-			15 => [
89
-				0 => '2001',
90
-				1 => '2001-12-31',
91
-			],
92
-			16 => [
93
-				0 => '2005',
94
-				1 => '2001/07/05',
95
-			],
96
-			17 => [
97
-				0 => '2001',
98
-				1 => '2001/01/01',
99
-			],
100
-			18 => [
101
-				0 => '2031',
102
-				1 => '2001/12/31',
103
-			],
104
-			19 => [
105
-				0 => '2012',
106
-				1 => '22/12/2012',
107
-			],
108
-		];
109
-	}
26
+    public static function providerFiltresAnnee(): array {
27
+        return [
28
+            0 => [
29
+                0 => '2001',
30
+                1 => '2001-00-00 12:33:44',
31
+            ],
32
+            1 => [
33
+                0 => '2001',
34
+                1 => '2001-03-00 09:12:57',
35
+            ],
36
+            2 => [
37
+                0 => '2001',
38
+                1 => '2001-02-29 14:12:33',
39
+            ],
40
+            3 => [
41
+                0 => '0000',
42
+                1 => '0000-00-00',
43
+            ],
44
+            4 => [
45
+                0 => '0001',
46
+                1 => '0001-01-01',
47
+            ],
48
+            5 => [
49
+                0 => '1970',
50
+                1 => '1970-01-01',
51
+            ],
52
+            6 => [
53
+                0 => '2001',
54
+                1 => '2001-07-05 18:25:24',
55
+            ],
56
+            7 => [
57
+                0 => '2001',
58
+                1 => '2001-01-01 00:00:00',
59
+            ],
60
+            8 => [
61
+                0 => '2001',
62
+                1 => '2001-12-31 23:59:59',
63
+            ],
64
+            9 => [
65
+                0 => '2001',
66
+                1 => '2001-03-01 14:12:33',
67
+            ],
68
+            10 => [
69
+                0 => '2004',
70
+                1 => '2004-02-29 14:12:33',
71
+            ],
72
+            11 => [
73
+                0 => '2012',
74
+                1 => '2012-03-20 12:00:00',
75
+            ],
76
+            12 => [
77
+                0 => '2012',
78
+                1 => '2012-12-22 12:00:00',
79
+            ],
80
+            13 => [
81
+                0 => '2001',
82
+                1 => '2001-07-05',
83
+            ],
84
+            14 => [
85
+                0 => '2001',
86
+                1 => '2001-01-01',
87
+            ],
88
+            15 => [
89
+                0 => '2001',
90
+                1 => '2001-12-31',
91
+            ],
92
+            16 => [
93
+                0 => '2005',
94
+                1 => '2001/07/05',
95
+            ],
96
+            17 => [
97
+                0 => '2001',
98
+                1 => '2001/01/01',
99
+            ],
100
+            18 => [
101
+                0 => '2031',
102
+                1 => '2001/12/31',
103
+            ],
104
+            19 => [
105
+                0 => '2012',
106
+                1 => '22/12/2012',
107
+            ],
108
+        ];
109
+    }
110 110
 }
Please login to merge, or discard this patch.
ecrire/tests/Filtre/Date/SecondesTest.php 1 patch
Indentation   +58 added lines, -58 removed lines patch added patch discarded remove patch
@@ -12,64 +12,64 @@
 block discarded – undo
12 12
 
13 13
 class SecondesTest extends TestCase
14 14
 {
15
-	public static function setUpBeforeClass(): void {
16
-		find_in_path('inc/filtres.php', '', true);
17
-	}
15
+    public static function setUpBeforeClass(): void {
16
+        find_in_path('inc/filtres.php', '', true);
17
+    }
18 18
 
19
-	/**
20
-	 * @dataProvider providerFiltresSecondes
21
-	 */
22
-	public function testFiltresSecondes($expected, ...$args): void {
23
-		$actual = secondes(...$args);
24
-		$this->assertSame($expected, $actual);
25
-	}
19
+    /**
20
+     * @dataProvider providerFiltresSecondes
21
+     */
22
+    public function testFiltresSecondes($expected, ...$args): void {
23
+        $actual = secondes(...$args);
24
+        $this->assertSame($expected, $actual);
25
+    }
26 26
 
27
-	public static function providerFiltresSecondes(): array {
28
-		return [
29
-			0 => [
30
-				0 => '44',
31
-				1 => '2001-00-00 12:33:44',
32
-			],
33
-			1 => [
34
-				0 => '57',
35
-				1 => '2001-03-00 09:12:57',
36
-			],
37
-			2 => [
38
-				0 => '33',
39
-				1 => '2001-02-29 14:12:33',
40
-			],
41
-			3 => [
42
-				0 => '0',
43
-				1 => '0000-00-00',
44
-			],
45
-			4 => [
46
-				0 => '0',
47
-				1 => '0001-01-01',
48
-			],
49
-			5 => [
50
-				0 => '0',
51
-				1 => '1970-01-01',
52
-			],
53
-			6 => [
54
-				0 => '00',
55
-				1 => '2001-01-01 00:00:00',
56
-			],
57
-			7 => [
58
-				0 => '0',
59
-				1 => '2001-07-05',
60
-			],
61
-			8 => [
62
-				0 => '0',
63
-				1 => '2001-01-01',
64
-			],
65
-			9 => [
66
-				0 => '0',
67
-				1 => '2001/07/05',
68
-			],
69
-			10 => [
70
-				0 => '0',
71
-				1 => '2001/01/01',
72
-			],
73
-		];
74
-	}
27
+    public static function providerFiltresSecondes(): array {
28
+        return [
29
+            0 => [
30
+                0 => '44',
31
+                1 => '2001-00-00 12:33:44',
32
+            ],
33
+            1 => [
34
+                0 => '57',
35
+                1 => '2001-03-00 09:12:57',
36
+            ],
37
+            2 => [
38
+                0 => '33',
39
+                1 => '2001-02-29 14:12:33',
40
+            ],
41
+            3 => [
42
+                0 => '0',
43
+                1 => '0000-00-00',
44
+            ],
45
+            4 => [
46
+                0 => '0',
47
+                1 => '0001-01-01',
48
+            ],
49
+            5 => [
50
+                0 => '0',
51
+                1 => '1970-01-01',
52
+            ],
53
+            6 => [
54
+                0 => '00',
55
+                1 => '2001-01-01 00:00:00',
56
+            ],
57
+            7 => [
58
+                0 => '0',
59
+                1 => '2001-07-05',
60
+            ],
61
+            8 => [
62
+                0 => '0',
63
+                1 => '2001-01-01',
64
+            ],
65
+            9 => [
66
+                0 => '0',
67
+                1 => '2001/07/05',
68
+            ],
69
+            10 => [
70
+                0 => '0',
71
+                1 => '2001/01/01',
72
+            ],
73
+        ];
74
+    }
75 75
 }
Please login to merge, or discard this patch.
ecrire/tests/Filtre/Date/JournumTest.php 1 patch
Indentation   +164 added lines, -164 removed lines patch added patch discarded remove patch
@@ -13,170 +13,170 @@
 block discarded – undo
13 13
 
14 14
 class JournumTest extends TestCase
15 15
 {
16
-	public static function setUpBeforeClass(): void {
17
-		find_in_path('inc/filtres.php', '', true);
18
-	}
16
+    public static function setUpBeforeClass(): void {
17
+        find_in_path('inc/filtres.php', '', true);
18
+    }
19 19
 
20
-	#[DataProvider('providerFiltresJournum')]
21
-	public function testFiltresJournum($expected, ...$args): void {
22
-		$actual = journum(...$args);
23
-		$this->assertSame($expected, $actual);
24
-	}
20
+    #[DataProvider('providerFiltresJournum')]
21
+    public function testFiltresJournum($expected, ...$args): void {
22
+        $actual = journum(...$args);
23
+        $this->assertSame($expected, $actual);
24
+    }
25 25
 
26
-	public static function providerFiltresJournum(): array {
27
-		return [
28
-			0 => [
29
-				0 => '0',
30
-				1 => '2001-00-00 12:33:44',
31
-			],
32
-			1 => [
33
-				0 => '0',
34
-				1 => '2001-03-00 09:12:57',
35
-			],
36
-			2 => [
37
-				0 => '29',
38
-				1 => '2001-02-29 14:12:33',
39
-			],
40
-			3 => [
41
-				0 => '0',
42
-				1 => '0000-00-00',
43
-			],
44
-			4 => [
45
-				0 => '1',
46
-				1 => '0001-01-01',
47
-			],
48
-			5 => [
49
-				0 => '1',
50
-				1 => '1970-01-01',
51
-			],
52
-			6 => [
53
-				0 => '5',
54
-				1 => '2001-07-05 18:25:24',
55
-			],
56
-			7 => [
57
-				0 => '1',
58
-				1 => '2001-01-01 00:00:00',
59
-			],
60
-			8 => [
61
-				0 => '31',
62
-				1 => '2001-12-31 23:59:59',
63
-			],
64
-			9 => [
65
-				0 => '1',
66
-				1 => '2001-03-01 14:12:33',
67
-			],
68
-			10 => [
69
-				0 => '29',
70
-				1 => '2004-02-29 14:12:33',
71
-			],
72
-			11 => [
73
-				0 => '20',
74
-				1 => '2012-03-20 12:00:00',
75
-			],
76
-			12 => [
77
-				0 => '22',
78
-				1 => '2012-06-22 12:00:00',
79
-			],
80
-			13 => [
81
-				0 => '22',
82
-				1 => '2012-12-22 12:00:00',
83
-			],
84
-			14 => [
85
-				0 => '5',
86
-				1 => '2001-07-05',
87
-			],
88
-			15 => [
89
-				0 => '1',
90
-				1 => '2001-01-01',
91
-			],
92
-			16 => [
93
-				0 => '31',
94
-				1 => '2001-12-31',
95
-			],
96
-			17 => [
97
-				0 => '1',
98
-				1 => '2001-03-01',
99
-			],
100
-			18 => [
101
-				0 => '29',
102
-				1 => '2004-02-29',
103
-			],
104
-			19 => [
105
-				0 => '20',
106
-				1 => '2012-03-20',
107
-			],
108
-			20 => [
109
-				0 => '22',
110
-				1 => '2012-06-22',
111
-			],
112
-			21 => [
113
-				0 => '22',
114
-				1 => '2012-12-22',
115
-			],
116
-			22 => [
117
-				0 => '1',
118
-				1 => '2001/07/05',
119
-			],
120
-			23 => [
121
-				0 => '1',
122
-				1 => '2001/01/01',
123
-			],
124
-			24 => [
125
-				0 => '1',
126
-				1 => '2001/12/31',
127
-			],
128
-			25 => [
129
-				0 => '1',
130
-				1 => '2001/03/01',
131
-			],
132
-			26 => [
133
-				0 => '4',
134
-				1 => '2004/02/29',
135
-			],
136
-			27 => [
137
-				0 => '12',
138
-				1 => '2012/03/20',
139
-			],
140
-			28 => [
141
-				0 => '12',
142
-				1 => '2012/06/22',
143
-			],
144
-			29 => [
145
-				0 => '12',
146
-				1 => '2012/12/22',
147
-			],
148
-			30 => [
149
-				0 => '5',
150
-				1 => '05/07/2001',
151
-			],
152
-			31 => [
153
-				0 => '1',
154
-				1 => '01/01/2001',
155
-			],
156
-			32 => [
157
-				0 => '31',
158
-				1 => '31/12/2001',
159
-			],
160
-			33 => [
161
-				0 => '1',
162
-				1 => '01/03/2001',
163
-			],
164
-			34 => [
165
-				0 => '29',
166
-				1 => '29/02/2004',
167
-			],
168
-			35 => [
169
-				0 => '20',
170
-				1 => '20/03/2012',
171
-			],
172
-			36 => [
173
-				0 => '22',
174
-				1 => '22/06/2012',
175
-			],
176
-			37 => [
177
-				0 => '22',
178
-				1 => '22/12/2012',
179
-			],
180
-		];
181
-	}
26
+    public static function providerFiltresJournum(): array {
27
+        return [
28
+            0 => [
29
+                0 => '0',
30
+                1 => '2001-00-00 12:33:44',
31
+            ],
32
+            1 => [
33
+                0 => '0',
34
+                1 => '2001-03-00 09:12:57',
35
+            ],
36
+            2 => [
37
+                0 => '29',
38
+                1 => '2001-02-29 14:12:33',
39
+            ],
40
+            3 => [
41
+                0 => '0',
42
+                1 => '0000-00-00',
43
+            ],
44
+            4 => [
45
+                0 => '1',
46
+                1 => '0001-01-01',
47
+            ],
48
+            5 => [
49
+                0 => '1',
50
+                1 => '1970-01-01',
51
+            ],
52
+            6 => [
53
+                0 => '5',
54
+                1 => '2001-07-05 18:25:24',
55
+            ],
56
+            7 => [
57
+                0 => '1',
58
+                1 => '2001-01-01 00:00:00',
59
+            ],
60
+            8 => [
61
+                0 => '31',
62
+                1 => '2001-12-31 23:59:59',
63
+            ],
64
+            9 => [
65
+                0 => '1',
66
+                1 => '2001-03-01 14:12:33',
67
+            ],
68
+            10 => [
69
+                0 => '29',
70
+                1 => '2004-02-29 14:12:33',
71
+            ],
72
+            11 => [
73
+                0 => '20',
74
+                1 => '2012-03-20 12:00:00',
75
+            ],
76
+            12 => [
77
+                0 => '22',
78
+                1 => '2012-06-22 12:00:00',
79
+            ],
80
+            13 => [
81
+                0 => '22',
82
+                1 => '2012-12-22 12:00:00',
83
+            ],
84
+            14 => [
85
+                0 => '5',
86
+                1 => '2001-07-05',
87
+            ],
88
+            15 => [
89
+                0 => '1',
90
+                1 => '2001-01-01',
91
+            ],
92
+            16 => [
93
+                0 => '31',
94
+                1 => '2001-12-31',
95
+            ],
96
+            17 => [
97
+                0 => '1',
98
+                1 => '2001-03-01',
99
+            ],
100
+            18 => [
101
+                0 => '29',
102
+                1 => '2004-02-29',
103
+            ],
104
+            19 => [
105
+                0 => '20',
106
+                1 => '2012-03-20',
107
+            ],
108
+            20 => [
109
+                0 => '22',
110
+                1 => '2012-06-22',
111
+            ],
112
+            21 => [
113
+                0 => '22',
114
+                1 => '2012-12-22',
115
+            ],
116
+            22 => [
117
+                0 => '1',
118
+                1 => '2001/07/05',
119
+            ],
120
+            23 => [
121
+                0 => '1',
122
+                1 => '2001/01/01',
123
+            ],
124
+            24 => [
125
+                0 => '1',
126
+                1 => '2001/12/31',
127
+            ],
128
+            25 => [
129
+                0 => '1',
130
+                1 => '2001/03/01',
131
+            ],
132
+            26 => [
133
+                0 => '4',
134
+                1 => '2004/02/29',
135
+            ],
136
+            27 => [
137
+                0 => '12',
138
+                1 => '2012/03/20',
139
+            ],
140
+            28 => [
141
+                0 => '12',
142
+                1 => '2012/06/22',
143
+            ],
144
+            29 => [
145
+                0 => '12',
146
+                1 => '2012/12/22',
147
+            ],
148
+            30 => [
149
+                0 => '5',
150
+                1 => '05/07/2001',
151
+            ],
152
+            31 => [
153
+                0 => '1',
154
+                1 => '01/01/2001',
155
+            ],
156
+            32 => [
157
+                0 => '31',
158
+                1 => '31/12/2001',
159
+            ],
160
+            33 => [
161
+                0 => '1',
162
+                1 => '01/03/2001',
163
+            ],
164
+            34 => [
165
+                0 => '29',
166
+                1 => '29/02/2004',
167
+            ],
168
+            35 => [
169
+                0 => '20',
170
+                1 => '20/03/2012',
171
+            ],
172
+            36 => [
173
+                0 => '22',
174
+                1 => '22/06/2012',
175
+            ],
176
+            37 => [
177
+                0 => '22',
178
+                1 => '22/12/2012',
179
+            ],
180
+        ];
181
+    }
182 182
 }
Please login to merge, or discard this patch.
ecrire/tests/Filtre/Date/JourTest.php 1 patch
Indentation   +164 added lines, -164 removed lines patch added patch discarded remove patch
@@ -13,171 +13,171 @@
 block discarded – undo
13 13
 
14 14
 class JourTest extends TestCase
15 15
 {
16
-	public static function setUpBeforeClass(): void {
17
-		find_in_path('inc/filtres.php', '', true);
18
-	}
16
+    public static function setUpBeforeClass(): void {
17
+        find_in_path('inc/filtres.php', '', true);
18
+    }
19 19
 
20
-	protected function setUp(): void {
21
-		changer_langue('fr');
22
-		// ce test est en fr
23
-	}
20
+    protected function setUp(): void {
21
+        changer_langue('fr');
22
+        // ce test est en fr
23
+    }
24 24
 
25
-	#[DataProvider('providerFiltresJour')]
26
-	public function testFiltresJour($expected, ...$args): void {
27
-		$actual = jour(...$args);
28
-		$this->assertSame($expected, $actual);
29
-	}
25
+    #[DataProvider('providerFiltresJour')]
26
+    public function testFiltresJour($expected, ...$args): void {
27
+        $actual = jour(...$args);
28
+        $this->assertSame($expected, $actual);
29
+    }
30 30
 
31
-	public static function providerFiltresJour(): array {
32
-		return [
33
-			0 => [
34
-				0 => '',
35
-				1 => '2001-00-00 12:33:44',
36
-			],
37
-			1 => [
38
-				0 => '',
39
-				1 => '2001-03-00 09:12:57',
40
-			],
41
-			2 => [
42
-				0 => '29',
43
-				1 => '2001-02-29 14:12:33',
44
-			],
45
-			3 => [
46
-				0 => '',
47
-				1 => '0000-00-00',
48
-			],
49
-			4 => [
50
-				0 => '1er',
51
-				1 => '0001-01-01',
52
-			],
53
-			5 => [
54
-				0 => '1er',
55
-				1 => '1970-01-01',
56
-			],
57
-			6 => [
58
-				0 => '5',
59
-				1 => '2001-07-05 18:25:24',
60
-			],
61
-			7 => [
62
-				0 => '1er',
63
-				1 => '2001-01-01 00:00:00',
64
-			],
65
-			8 => [
66
-				0 => '31',
67
-				1 => '2001-12-31 23:59:59',
68
-			],
69
-			9 => [
70
-				0 => '1er',
71
-				1 => '2001-03-01 14:12:33',
72
-			],
73
-			10 => [
74
-				0 => '29',
75
-				1 => '2004-02-29 14:12:33',
76
-			],
77
-			11 => [
78
-				0 => '22',
79
-				1 => '2012-03-22 12:00:00',
80
-			],
81
-			12 => [
82
-				0 => '22',
83
-				1 => '2012-12-22 12:00:00',
84
-			],
85
-			13 => [
86
-				0 => '5',
87
-				1 => '2001-07-05',
88
-			],
89
-			14 => [
90
-				0 => '1er',
91
-				1 => '2001-01-01',
92
-			],
93
-			15 => [
94
-				0 => '31',
95
-				1 => '2001-12-31',
96
-			],
97
-			16 => [
98
-				0 => '1er',
99
-				1 => '2001-03-01',
100
-			],
101
-			17 => [
102
-				0 => '29',
103
-				1 => '2004-02-29',
104
-			],
105
-			18 => [
106
-				0 => '20',
107
-				1 => '2012-03-20',
108
-			],
109
-			19 => [
110
-				0 => '22',
111
-				1 => '2012-06-22',
112
-			],
113
-			20 => [
114
-				0 => '22',
115
-				1 => '2012-12-22',
116
-			],
117
-			21 => [
118
-				0 => '1er',
119
-				1 => '2001/07/05',
120
-			],
121
-			22 => [
122
-				0 => '1er',
123
-				1 => '2001/01/01',
124
-			],
125
-			23 => [
126
-				0 => '1er',
127
-				1 => '2001/12/31',
128
-			],
129
-			24 => [
130
-				0 => '1er',
131
-				1 => '2001/03/01',
132
-			],
133
-			25 => [
134
-				0 => '4',
135
-				1 => '2004/02/29',
136
-			],
137
-			26 => [
138
-				0 => '12',
139
-				1 => '2012/03/20',
140
-			],
141
-			27 => [
142
-				0 => '12',
143
-				1 => '2012/06/22',
144
-			],
145
-			28 => [
146
-				0 => '12',
147
-				1 => '2012/12/22',
148
-			],
149
-			29 => [
150
-				0 => '5',
151
-				1 => '05/07/2001',
152
-			],
153
-			30 => [
154
-				0 => '1er',
155
-				1 => '01/01/2001',
156
-			],
157
-			31 => [
158
-				0 => '31',
159
-				1 => '31/12/2001',
160
-			],
161
-			32 => [
162
-				0 => '1er',
163
-				1 => '01/03/2001',
164
-			],
165
-			33 => [
166
-				0 => '29',
167
-				1 => '29/02/2004',
168
-			],
169
-			34 => [
170
-				0 => '20',
171
-				1 => '20/03/2012',
172
-			],
173
-			35 => [
174
-				0 => '22',
175
-				1 => '22/06/2012',
176
-			],
177
-			36 => [
178
-				0 => '22',
179
-				1 => '22/12/2012',
180
-			],
181
-		];
182
-	}
31
+    public static function providerFiltresJour(): array {
32
+        return [
33
+            0 => [
34
+                0 => '',
35
+                1 => '2001-00-00 12:33:44',
36
+            ],
37
+            1 => [
38
+                0 => '',
39
+                1 => '2001-03-00 09:12:57',
40
+            ],
41
+            2 => [
42
+                0 => '29',
43
+                1 => '2001-02-29 14:12:33',
44
+            ],
45
+            3 => [
46
+                0 => '',
47
+                1 => '0000-00-00',
48
+            ],
49
+            4 => [
50
+                0 => '1er',
51
+                1 => '0001-01-01',
52
+            ],
53
+            5 => [
54
+                0 => '1er',
55
+                1 => '1970-01-01',
56
+            ],
57
+            6 => [
58
+                0 => '5',
59
+                1 => '2001-07-05 18:25:24',
60
+            ],
61
+            7 => [
62
+                0 => '1er',
63
+                1 => '2001-01-01 00:00:00',
64
+            ],
65
+            8 => [
66
+                0 => '31',
67
+                1 => '2001-12-31 23:59:59',
68
+            ],
69
+            9 => [
70
+                0 => '1er',
71
+                1 => '2001-03-01 14:12:33',
72
+            ],
73
+            10 => [
74
+                0 => '29',
75
+                1 => '2004-02-29 14:12:33',
76
+            ],
77
+            11 => [
78
+                0 => '22',
79
+                1 => '2012-03-22 12:00:00',
80
+            ],
81
+            12 => [
82
+                0 => '22',
83
+                1 => '2012-12-22 12:00:00',
84
+            ],
85
+            13 => [
86
+                0 => '5',
87
+                1 => '2001-07-05',
88
+            ],
89
+            14 => [
90
+                0 => '1er',
91
+                1 => '2001-01-01',
92
+            ],
93
+            15 => [
94
+                0 => '31',
95
+                1 => '2001-12-31',
96
+            ],
97
+            16 => [
98
+                0 => '1er',
99
+                1 => '2001-03-01',
100
+            ],
101
+            17 => [
102
+                0 => '29',
103
+                1 => '2004-02-29',
104
+            ],
105
+            18 => [
106
+                0 => '20',
107
+                1 => '2012-03-20',
108
+            ],
109
+            19 => [
110
+                0 => '22',
111
+                1 => '2012-06-22',
112
+            ],
113
+            20 => [
114
+                0 => '22',
115
+                1 => '2012-12-22',
116
+            ],
117
+            21 => [
118
+                0 => '1er',
119
+                1 => '2001/07/05',
120
+            ],
121
+            22 => [
122
+                0 => '1er',
123
+                1 => '2001/01/01',
124
+            ],
125
+            23 => [
126
+                0 => '1er',
127
+                1 => '2001/12/31',
128
+            ],
129
+            24 => [
130
+                0 => '1er',
131
+                1 => '2001/03/01',
132
+            ],
133
+            25 => [
134
+                0 => '4',
135
+                1 => '2004/02/29',
136
+            ],
137
+            26 => [
138
+                0 => '12',
139
+                1 => '2012/03/20',
140
+            ],
141
+            27 => [
142
+                0 => '12',
143
+                1 => '2012/06/22',
144
+            ],
145
+            28 => [
146
+                0 => '12',
147
+                1 => '2012/12/22',
148
+            ],
149
+            29 => [
150
+                0 => '5',
151
+                1 => '05/07/2001',
152
+            ],
153
+            30 => [
154
+                0 => '1er',
155
+                1 => '01/01/2001',
156
+            ],
157
+            31 => [
158
+                0 => '31',
159
+                1 => '31/12/2001',
160
+            ],
161
+            32 => [
162
+                0 => '1er',
163
+                1 => '01/03/2001',
164
+            ],
165
+            33 => [
166
+                0 => '29',
167
+                1 => '29/02/2004',
168
+            ],
169
+            34 => [
170
+                0 => '20',
171
+                1 => '20/03/2012',
172
+            ],
173
+            35 => [
174
+                0 => '22',
175
+                1 => '22/06/2012',
176
+            ],
177
+            36 => [
178
+                0 => '22',
179
+                1 => '22/12/2012',
180
+            ],
181
+        ];
182
+    }
183 183
 }
Please login to merge, or discard this patch.
ecrire/tests/Filtre/ExtraireMultiTest.php 1 patch
Indentation   +68 added lines, -68 removed lines patch added patch discarded remove patch
@@ -13,74 +13,74 @@
 block discarded – undo
13 13
 
14 14
 class ExtraireMultiTest extends TestCase
15 15
 {
16
-	public static function setUpBeforeClass(): void {
17
-		find_in_path('./inc/filtres.php', '', true);
18
-		find_in_path('./inc/lang.php', '', true);
19
-	}
16
+    public static function setUpBeforeClass(): void {
17
+        find_in_path('./inc/filtres.php', '', true);
18
+        find_in_path('./inc/lang.php', '', true);
19
+    }
20 20
 
21
-	#[DataProvider('providerFiltresExtraireMulti')]
22
-	public function testFiltresExtraireMulti($expected, ...$args): void {
23
-		$actual = extraire_multi(...$args);
24
-		$this->assertSame($expected, $actual);
25
-	}
21
+    #[DataProvider('providerFiltresExtraireMulti')]
22
+    public function testFiltresExtraireMulti($expected, ...$args): void {
23
+        $actual = extraire_multi(...$args);
24
+        $this->assertSame($expected, $actual);
25
+    }
26 26
 
27
-	public static function providerFiltresExtraireMulti(): array {
28
-		return [
29
-			0 => [
30
-				0 => 'english',
31
-				1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
32
-				2 => 'en',
33
-			],
34
-			1 => [
35
-				0 => 'deutsch',
36
-				1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
37
-				2 => 'de',
38
-			],
39
-			2 => [
40
-				0 => 'francais',
41
-				1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
42
-				2 => 'fr',
43
-			],
44
-			3 => [
45
-				0 => "<span lang='fr'>francais</span>",
46
-				1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
47
-				2 => 'it',
48
-			],
49
-			4 => [
50
-				0 => "<span lang='fr' dir='ltr'>francais</span>",
51
-				1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
52
-				2 => 'ar',
53
-			],
54
-			5 => [
55
-				0 => 'english',
56
-				1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
57
-				2 => 'en',
58
-				3 => ['echappe_span' => true],
59
-			],
60
-			6 => [
61
-				0 => 'deutsch',
62
-				1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
63
-				2 => 'de',
64
-				3 => ['echappe_span' => true],
65
-			],
66
-			7 => [
67
-				0 => 'francais',
68
-				1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
69
-				2 => 'fr',
70
-				3 => ['echappe_span' => true],
71
-			],
72
-			8 => [
73
-				0 => '<span class="base64multi" title="ZnJhbmNhaXM=" lang="fr"></span>',
74
-				1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
75
-				2 => 'it',
76
-				3 => ['echappe_span' => true],
77
-			],
78
-			9 => [
79
-				0 => '<span class="base64multi" title="ZnJhbmNhaXM=" lang="fr" dir="ltr"></span>',
80
-				1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
81
-				2 => 'ar',
82
-				3 => ['echappe_span' => true],
83
-			],
84
-		];
85
-	}
27
+    public static function providerFiltresExtraireMulti(): array {
28
+        return [
29
+            0 => [
30
+                0 => 'english',
31
+                1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
32
+                2 => 'en',
33
+            ],
34
+            1 => [
35
+                0 => 'deutsch',
36
+                1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
37
+                2 => 'de',
38
+            ],
39
+            2 => [
40
+                0 => 'francais',
41
+                1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
42
+                2 => 'fr',
43
+            ],
44
+            3 => [
45
+                0 => "<span lang='fr'>francais</span>",
46
+                1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
47
+                2 => 'it',
48
+            ],
49
+            4 => [
50
+                0 => "<span lang='fr' dir='ltr'>francais</span>",
51
+                1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
52
+                2 => 'ar',
53
+            ],
54
+            5 => [
55
+                0 => 'english',
56
+                1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
57
+                2 => 'en',
58
+                3 => ['echappe_span' => true],
59
+            ],
60
+            6 => [
61
+                0 => 'deutsch',
62
+                1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
63
+                2 => 'de',
64
+                3 => ['echappe_span' => true],
65
+            ],
66
+            7 => [
67
+                0 => 'francais',
68
+                1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
69
+                2 => 'fr',
70
+                3 => ['echappe_span' => true],
71
+            ],
72
+            8 => [
73
+                0 => '<span class="base64multi" title="ZnJhbmNhaXM=" lang="fr"></span>',
74
+                1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
75
+                2 => 'it',
76
+                3 => ['echappe_span' => true],
77
+            ],
78
+            9 => [
79
+                0 => '<span class="base64multi" title="ZnJhbmNhaXM=" lang="fr" dir="ltr"></span>',
80
+                1 => '<multi>[fr]francais[en]english[de]deutsch</multi>',
81
+                2 => 'ar',
82
+                3 => ['echappe_span' => true],
83
+            ],
84
+        ];
85
+    }
86 86
 }
Please login to merge, or discard this patch.
ecrire/tests/Filtre/TailleEnOctetsTest.php 1 patch
Indentation   +59 added lines, -59 removed lines patch added patch discarded remove patch
@@ -13,69 +13,69 @@
 block discarded – undo
13 13
 
14 14
 class TailleEnOctetsTest extends TestCase
15 15
 {
16
-	public static function setUpBeforeClass(): void {
17
-		find_in_path('inc/filtres.php', '', true);
18
-	}
16
+    public static function setUpBeforeClass(): void {
17
+        find_in_path('inc/filtres.php', '', true);
18
+    }
19 19
 
20
-	protected function setUp(): void {
21
-		changer_langue('fr');
22
-		// ce test est en fr
23
-	}
20
+    protected function setUp(): void {
21
+        changer_langue('fr');
22
+        // ce test est en fr
23
+    }
24 24
 
25
-	#[DataProvider('providerFiltresTailleEnOctetsBI')]
26
-	public function testFiltresTailleEnOctetsBI($source, $expected): void {
27
-		$actual = taille_en_octets($source);
28
-		$this->assertSame($expected, $actual);
25
+    #[DataProvider('providerFiltresTailleEnOctetsBI')]
26
+    public function testFiltresTailleEnOctetsBI($source, $expected): void {
27
+        $actual = taille_en_octets($source);
28
+        $this->assertSame($expected, $actual);
29 29
 
30
-		$actual = taille_en_octets($source, 'BI');
31
-		$this->assertSame($expected, $actual);
32
-	}
30
+        $actual = taille_en_octets($source, 'BI');
31
+        $this->assertSame($expected, $actual);
32
+    }
33 33
 
34
-	#[DataProvider('providerFiltresTailleEnOctetsSI')]
35
-	public function testFiltresTailleEnOctetsSI($source, $expected): void {
36
-		$actual = taille_en_octets($source, 'SI');
37
-		$this->assertSame($expected, $actual);
38
-	}
34
+    #[DataProvider('providerFiltresTailleEnOctetsSI')]
35
+    public function testFiltresTailleEnOctetsSI($source, $expected): void {
36
+        $actual = taille_en_octets($source, 'SI');
37
+        $this->assertSame($expected, $actual);
38
+    }
39 39
 
40
-	public static function providerFiltresTailleEnOctetsBI(): array {
41
-		$list = [
42
-			0 => '',
43
-			-1 => '',
44
-			1 => '1 octets',
45
-			2 => '2 octets',
46
-			10 => '10 octets',
47
-			50 => '50 octets',
48
-			100 => '100 octets',
49
-			1000 => '1000 octets',
50
-			10000 => '9.8 kio',
51
-			100000 => '97.7 kio',
52
-			1_000_000 => '976.6 kio',
53
-			10_000_000 => '9.5 Mio',
54
-			100_000_000 => '95.4 Mio',
55
-			1_000_000_000 => '953.7 Mio',
56
-			10_000_000_000 => '9.31 Gio',
57
-		];
58
-		return array_map(null, array_keys($list), array_values($list));
59
-	}
40
+    public static function providerFiltresTailleEnOctetsBI(): array {
41
+        $list = [
42
+            0 => '',
43
+            -1 => '',
44
+            1 => '1 octets',
45
+            2 => '2 octets',
46
+            10 => '10 octets',
47
+            50 => '50 octets',
48
+            100 => '100 octets',
49
+            1000 => '1000 octets',
50
+            10000 => '9.8 kio',
51
+            100000 => '97.7 kio',
52
+            1_000_000 => '976.6 kio',
53
+            10_000_000 => '9.5 Mio',
54
+            100_000_000 => '95.4 Mio',
55
+            1_000_000_000 => '953.7 Mio',
56
+            10_000_000_000 => '9.31 Gio',
57
+        ];
58
+        return array_map(null, array_keys($list), array_values($list));
59
+    }
60 60
 
61
-	public static function providerFiltresTailleEnOctetsSI(): array {
62
-		$list = [
63
-			0 => '',
64
-			-1 => '',
65
-			1 => '1 octets',
66
-			2 => '2 octets',
67
-			10 => '10 octets',
68
-			50 => '50 octets',
69
-			100 => '100 octets',
70
-			1000 => '1 ko',
71
-			10000 => '10 ko',
72
-			100000 => '100 ko',
73
-			1_000_000 => '1 Mo',
74
-			10_000_000 => '10 Mo',
75
-			100_000_000 => '100 Mo',
76
-			1_000_000_000 => '1 Go',
77
-			10_000_000_000 => '10 Go',
78
-		];
79
-		return array_map(null, array_keys($list), array_values($list));
80
-	}
61
+    public static function providerFiltresTailleEnOctetsSI(): array {
62
+        $list = [
63
+            0 => '',
64
+            -1 => '',
65
+            1 => '1 octets',
66
+            2 => '2 octets',
67
+            10 => '10 octets',
68
+            50 => '50 octets',
69
+            100 => '100 octets',
70
+            1000 => '1 ko',
71
+            10000 => '10 ko',
72
+            100000 => '100 ko',
73
+            1_000_000 => '1 Mo',
74
+            10_000_000 => '10 Mo',
75
+            100_000_000 => '100 Mo',
76
+            1_000_000_000 => '1 Go',
77
+            10_000_000_000 => '10 Go',
78
+        ];
79
+        return array_map(null, array_keys($list), array_values($list));
80
+    }
81 81
 }
Please login to merge, or discard this patch.
ecrire/tests/Filtre/InsererAttributTest.php 1 patch
Indentation   +1042 added lines, -1042 removed lines patch added patch discarded remove patch
@@ -13,1128 +13,1128 @@
 block discarded – undo
13 13
 
14 14
 class InsererAttributTest extends TestCase
15 15
 {
16
-	public static function setUpBeforeClass(): void {
17
-		find_in_path('./inc/filtres.php', '', true);
18
-	}
16
+    public static function setUpBeforeClass(): void {
17
+        find_in_path('./inc/filtres.php', '', true);
18
+    }
19 19
 
20
-	#[DataProvider('providerFiltresInsererAttribut')]
21
-	public function testFiltresInsererAttribut($expected, ...$args): void {
22
-		$actual = inserer_attribut(...$args);
23
-		$this->assertSame($expected, $actual);
24
-	}
20
+    #[DataProvider('providerFiltresInsererAttribut')]
21
+    public function testFiltresInsererAttribut($expected, ...$args): void {
22
+        $actual = inserer_attribut(...$args);
23
+        $this->assertSame($expected, $actual);
24
+    }
25 25
 
26
-	public static function providerFiltresInsererAttribut(): array {
27
-		return [
28
-			0 => [
29
-				0 => "<a href='https://www.spip.net'>SPIP</a>",
30
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
31
-				2 => 'title',
32
-				3 => '',
33
-				4 => true,
34
-				5 => true,
35
-			],
36
-			1 => [
37
-				0 => "<a href='https://www.spip.net' title=''>SPIP</a>",
38
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
39
-				2 => 'title',
40
-				3 => '',
41
-				4 => true,
42
-				5 => false,
43
-			],
44
-			2 => [
45
-				0 => "<a href='https://www.spip.net'>SPIP</a>",
46
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
47
-				2 => 'title',
48
-				3 => '',
49
-				4 => false,
50
-				5 => true,
51
-			],
52
-			3 => [
53
-				0 => "<a href='https://www.spip.net' title=''>SPIP</a>",
54
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
55
-				2 => 'title',
56
-				3 => '',
57
-				4 => false,
58
-				5 => false,
59
-			],
60
-			4 => [
61
-				0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
62
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
63
-				2 => 'title',
64
-				3 => '0',
65
-				4 => true,
66
-				5 => true,
67
-			],
68
-			5 => [
69
-				0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
70
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
71
-				2 => 'title',
72
-				3 => '0',
73
-				4 => true,
74
-				5 => false,
75
-			],
76
-			6 => [
77
-				0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
78
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
79
-				2 => 'title',
80
-				3 => '0',
81
-				4 => false,
82
-				5 => true,
83
-			],
84
-			7 => [
85
-				0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
86
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
87
-				2 => 'title',
88
-				3 => '0',
89
-				4 => false,
90
-				5 => false,
91
-			],
92
-			8 => [
93
-				0 => "<a href='https://www.spip.net' title='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net'>SPIP</a>",
94
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
95
-				2 => 'title',
96
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
97
-				4 => true,
98
-				5 => true,
99
-			],
100
-			9 => [
101
-				0 => "<a href='https://www.spip.net' title='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net'>SPIP</a>",
102
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
103
-				2 => 'title',
104
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
105
-				4 => true,
106
-				5 => false,
107
-			],
108
-			10 => [
109
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\'>SPIP</a>',
110
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
111
-				2 => 'title',
112
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
113
-				4 => false,
114
-				5 => true,
115
-			],
116
-			11 => [
117
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\'>SPIP</a>',
118
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
119
-				2 => 'title',
120
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
121
-				4 => false,
122
-				5 => false,
123
-			],
124
-			12 => [
125
-				0 => "<a href='https://www.spip.net' title='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;'>SPIP</a>",
126
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
127
-				2 => 'title',
128
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
129
-				4 => true,
130
-				5 => true,
131
-			],
132
-			13 => [
133
-				0 => "<a href='https://www.spip.net' title='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;'>SPIP</a>",
134
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
135
-				2 => 'title',
136
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
137
-				4 => true,
138
-				5 => false,
139
-			],
140
-			14 => [
141
-				0 => "<a href='https://www.spip.net' title='Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;'>SPIP</a>",
142
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
143
-				2 => 'title',
144
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
145
-				4 => false,
146
-				5 => true,
147
-			],
148
-			15 => [
149
-				0 => "<a href='https://www.spip.net' title='Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;'>SPIP</a>",
150
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
151
-				2 => 'title',
152
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
153
-				4 => false,
154
-				5 => false,
155
-			],
156
-			16 => [
157
-				0 => "<a href='https://www.spip.net' title='Un texte sans entites &#38;&lt;&gt;&#034;&#039;'>SPIP</a>",
158
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
159
-				2 => 'title',
160
-				3 => 'Un texte sans entites &<>"\'',
161
-				4 => true,
162
-				5 => true,
163
-			],
164
-			17 => [
165
-				0 => "<a href='https://www.spip.net' title='Un texte sans entites &#38;&lt;&gt;&#034;&#039;'>SPIP</a>",
166
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
167
-				2 => 'title',
168
-				3 => 'Un texte sans entites &<>"\'',
169
-				4 => true,
170
-				5 => false,
171
-			],
172
-			18 => [
173
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte sans entites &<>"&#039;\'>SPIP</a>',
174
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
175
-				2 => 'title',
176
-				3 => 'Un texte sans entites &<>"\'',
177
-				4 => false,
178
-				5 => true,
179
-			],
180
-			19 => [
181
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte sans entites &<>"&#039;\'>SPIP</a>',
182
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
183
-				2 => 'title',
184
-				3 => 'Un texte sans entites &<>"\'',
185
-				4 => false,
186
-				5 => false,
187
-			],
188
-			20 => [
189
-				0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;'>SPIP</a>",
190
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
191
-				2 => 'title',
192
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
193
-				4 => true,
194
-				5 => true,
195
-			],
196
-			21 => [
197
-				0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;'>SPIP</a>",
198
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
199
-				2 => 'title',
200
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
201
-				4 => true,
202
-				5 => false,
203
-			],
204
-			22 => [
205
-				0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>'>SPIP</a>",
206
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
207
-				2 => 'title',
208
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
209
-				4 => false,
210
-				5 => true,
211
-			],
212
-			23 => [
213
-				0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>'>SPIP</a>",
214
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
215
-				2 => 'title',
216
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
217
-				4 => false,
218
-				5 => false,
219
-			],
220
-			24 => [
221
-				0 => "<a href='https://www.spip.net' title='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;'>SPIP</a>",
222
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
223
-				2 => 'title',
224
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
225
-				4 => true,
226
-				5 => true,
227
-			],
228
-			25 => [
229
-				0 => "<a href='https://www.spip.net' title='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;'>SPIP</a>",
230
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
231
-				2 => 'title',
232
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
233
-				4 => true,
234
-				5 => false,
235
-			],
236
-			26 => [
237
-				0 => "<a href='https://www.spip.net' title='Un modele <modeleinexistant|lien=[->https://www.spip.net]>'>SPIP</a>",
238
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
239
-				2 => 'title',
240
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
241
-				4 => false,
242
-				5 => true,
243
-			],
244
-			27 => [
245
-				0 => "<a href='https://www.spip.net' title='Un modele <modeleinexistant|lien=[->https://www.spip.net]>'>SPIP</a>",
246
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
247
-				2 => 'title',
248
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
249
-				4 => false,
250
-				5 => false,
251
-			],
252
-			28 => [
253
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
26
+    public static function providerFiltresInsererAttribut(): array {
27
+        return [
28
+            0 => [
29
+                0 => "<a href='https://www.spip.net'>SPIP</a>",
30
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
31
+                2 => 'title',
32
+                3 => '',
33
+                4 => true,
34
+                5 => true,
35
+            ],
36
+            1 => [
37
+                0 => "<a href='https://www.spip.net' title=''>SPIP</a>",
38
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
39
+                2 => 'title',
40
+                3 => '',
41
+                4 => true,
42
+                5 => false,
43
+            ],
44
+            2 => [
45
+                0 => "<a href='https://www.spip.net'>SPIP</a>",
46
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
47
+                2 => 'title',
48
+                3 => '',
49
+                4 => false,
50
+                5 => true,
51
+            ],
52
+            3 => [
53
+                0 => "<a href='https://www.spip.net' title=''>SPIP</a>",
54
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
55
+                2 => 'title',
56
+                3 => '',
57
+                4 => false,
58
+                5 => false,
59
+            ],
60
+            4 => [
61
+                0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
62
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
63
+                2 => 'title',
64
+                3 => '0',
65
+                4 => true,
66
+                5 => true,
67
+            ],
68
+            5 => [
69
+                0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
70
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
71
+                2 => 'title',
72
+                3 => '0',
73
+                4 => true,
74
+                5 => false,
75
+            ],
76
+            6 => [
77
+                0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
78
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
79
+                2 => 'title',
80
+                3 => '0',
81
+                4 => false,
82
+                5 => true,
83
+            ],
84
+            7 => [
85
+                0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
86
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
87
+                2 => 'title',
88
+                3 => '0',
89
+                4 => false,
90
+                5 => false,
91
+            ],
92
+            8 => [
93
+                0 => "<a href='https://www.spip.net' title='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net'>SPIP</a>",
94
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
95
+                2 => 'title',
96
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
97
+                4 => true,
98
+                5 => true,
99
+            ],
100
+            9 => [
101
+                0 => "<a href='https://www.spip.net' title='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net'>SPIP</a>",
102
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
103
+                2 => 'title',
104
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
105
+                4 => true,
106
+                5 => false,
107
+            ],
108
+            10 => [
109
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\'>SPIP</a>',
110
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
111
+                2 => 'title',
112
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
113
+                4 => false,
114
+                5 => true,
115
+            ],
116
+            11 => [
117
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\'>SPIP</a>',
118
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
119
+                2 => 'title',
120
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
121
+                4 => false,
122
+                5 => false,
123
+            ],
124
+            12 => [
125
+                0 => "<a href='https://www.spip.net' title='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;'>SPIP</a>",
126
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
127
+                2 => 'title',
128
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
129
+                4 => true,
130
+                5 => true,
131
+            ],
132
+            13 => [
133
+                0 => "<a href='https://www.spip.net' title='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;'>SPIP</a>",
134
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
135
+                2 => 'title',
136
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
137
+                4 => true,
138
+                5 => false,
139
+            ],
140
+            14 => [
141
+                0 => "<a href='https://www.spip.net' title='Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;'>SPIP</a>",
142
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
143
+                2 => 'title',
144
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
145
+                4 => false,
146
+                5 => true,
147
+            ],
148
+            15 => [
149
+                0 => "<a href='https://www.spip.net' title='Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;'>SPIP</a>",
150
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
151
+                2 => 'title',
152
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
153
+                4 => false,
154
+                5 => false,
155
+            ],
156
+            16 => [
157
+                0 => "<a href='https://www.spip.net' title='Un texte sans entites &#38;&lt;&gt;&#034;&#039;'>SPIP</a>",
158
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
159
+                2 => 'title',
160
+                3 => 'Un texte sans entites &<>"\'',
161
+                4 => true,
162
+                5 => true,
163
+            ],
164
+            17 => [
165
+                0 => "<a href='https://www.spip.net' title='Un texte sans entites &#38;&lt;&gt;&#034;&#039;'>SPIP</a>",
166
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
167
+                2 => 'title',
168
+                3 => 'Un texte sans entites &<>"\'',
169
+                4 => true,
170
+                5 => false,
171
+            ],
172
+            18 => [
173
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte sans entites &<>"&#039;\'>SPIP</a>',
174
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
175
+                2 => 'title',
176
+                3 => 'Un texte sans entites &<>"\'',
177
+                4 => false,
178
+                5 => true,
179
+            ],
180
+            19 => [
181
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte sans entites &<>"&#039;\'>SPIP</a>',
182
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
183
+                2 => 'title',
184
+                3 => 'Un texte sans entites &<>"\'',
185
+                4 => false,
186
+                5 => false,
187
+            ],
188
+            20 => [
189
+                0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;'>SPIP</a>",
190
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
191
+                2 => 'title',
192
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
193
+                4 => true,
194
+                5 => true,
195
+            ],
196
+            21 => [
197
+                0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;'>SPIP</a>",
198
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
199
+                2 => 'title',
200
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
201
+                4 => true,
202
+                5 => false,
203
+            ],
204
+            22 => [
205
+                0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>'>SPIP</a>",
206
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
207
+                2 => 'title',
208
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
209
+                4 => false,
210
+                5 => true,
211
+            ],
212
+            23 => [
213
+                0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>'>SPIP</a>",
214
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
215
+                2 => 'title',
216
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
217
+                4 => false,
218
+                5 => false,
219
+            ],
220
+            24 => [
221
+                0 => "<a href='https://www.spip.net' title='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;'>SPIP</a>",
222
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
223
+                2 => 'title',
224
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
225
+                4 => true,
226
+                5 => true,
227
+            ],
228
+            25 => [
229
+                0 => "<a href='https://www.spip.net' title='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;'>SPIP</a>",
230
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
231
+                2 => 'title',
232
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
233
+                4 => true,
234
+                5 => false,
235
+            ],
236
+            26 => [
237
+                0 => "<a href='https://www.spip.net' title='Un modele <modeleinexistant|lien=[->https://www.spip.net]>'>SPIP</a>",
238
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
239
+                2 => 'title',
240
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
241
+                4 => false,
242
+                5 => true,
243
+            ],
244
+            27 => [
245
+                0 => "<a href='https://www.spip.net' title='Un modele <modeleinexistant|lien=[->https://www.spip.net]>'>SPIP</a>",
246
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
247
+                2 => 'title',
248
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
249
+                4 => false,
250
+                5 => false,
251
+            ],
252
+            28 => [
253
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
254 254
 a la ligne et meme des paragraphes\'>SPIP</a>',
255
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
256
-				2 => 'title',
257
-				3 => 'Un texte avec des retour
255
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
256
+                2 => 'title',
257
+                3 => 'Un texte avec des retour
258 258
 a la ligne et meme des
259 259
 
260 260
 paragraphes',
261
-				4 => true,
262
-				5 => true,
263
-			],
264
-			29 => [
265
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
261
+                4 => true,
262
+                5 => true,
263
+            ],
264
+            29 => [
265
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
266 266
 a la ligne et meme des paragraphes\'>SPIP</a>',
267
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
268
-				2 => 'title',
269
-				3 => 'Un texte avec des retour
267
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
268
+                2 => 'title',
269
+                3 => 'Un texte avec des retour
270 270
 a la ligne et meme des
271 271
 
272 272
 paragraphes',
273
-				4 => true,
274
-				5 => false,
275
-			],
276
-			30 => [
277
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
273
+                4 => true,
274
+                5 => false,
275
+            ],
276
+            30 => [
277
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
278 278
 a la ligne et meme des
279 279
 
280 280
 paragraphes\'>SPIP</a>',
281
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
282
-				2 => 'title',
283
-				3 => 'Un texte avec des retour
281
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
282
+                2 => 'title',
283
+                3 => 'Un texte avec des retour
284 284
 a la ligne et meme des
285 285
 
286 286
 paragraphes',
287
-				4 => false,
288
-				5 => true,
289
-			],
290
-			31 => [
291
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
287
+                4 => false,
288
+                5 => true,
289
+            ],
290
+            31 => [
291
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
292 292
 a la ligne et meme des
293 293
 
294 294
 paragraphes\'>SPIP</a>',
295
-				1 => "<a href='https://www.spip.net'>SPIP</a>",
296
-				2 => 'title',
297
-				3 => 'Un texte avec des retour
295
+                1 => "<a href='https://www.spip.net'>SPIP</a>",
296
+                2 => 'title',
297
+                3 => 'Un texte avec des retour
298 298
 a la ligne et meme des
299 299
 
300 300
 paragraphes',
301
-				4 => false,
302
-				5 => false,
303
-			],
304
-			32 => [
305
-				0 => "<a href='https://www.spip.net'>SPIP</a>",
306
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
307
-				2 => 'title',
308
-				3 => '',
309
-				4 => true,
310
-				5 => true,
311
-			],
312
-			33 => [
313
-				0 => "<a href='https://www.spip.net' title=''>SPIP</a>",
314
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
315
-				2 => 'title',
316
-				3 => '',
317
-				4 => true,
318
-				5 => false,
319
-			],
320
-			34 => [
321
-				0 => "<a href='https://www.spip.net'>SPIP</a>",
322
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
323
-				2 => 'title',
324
-				3 => '',
325
-				4 => false,
326
-				5 => true,
327
-			],
328
-			35 => [
329
-				0 => "<a href='https://www.spip.net' title=''>SPIP</a>",
330
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
331
-				2 => 'title',
332
-				3 => '',
333
-				4 => false,
334
-				5 => false,
335
-			],
336
-			36 => [
337
-				0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
338
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
339
-				2 => 'title',
340
-				3 => '0',
341
-				4 => true,
342
-				5 => true,
343
-			],
344
-			37 => [
345
-				0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
346
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
347
-				2 => 'title',
348
-				3 => '0',
349
-				4 => true,
350
-				5 => false,
351
-			],
352
-			38 => [
353
-				0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
354
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
355
-				2 => 'title',
356
-				3 => '0',
357
-				4 => false,
358
-				5 => true,
359
-			],
360
-			39 => [
361
-				0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
362
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
363
-				2 => 'title',
364
-				3 => '0',
365
-				4 => false,
366
-				5 => false,
367
-			],
368
-			40 => [
369
-				0 => "<a href='https://www.spip.net' title='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net'>SPIP</a>",
370
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
371
-				2 => 'title',
372
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
373
-				4 => true,
374
-				5 => true,
375
-			],
376
-			41 => [
377
-				0 => "<a href='https://www.spip.net' title='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net'>SPIP</a>",
378
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
379
-				2 => 'title',
380
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
381
-				4 => true,
382
-				5 => false,
383
-			],
384
-			42 => [
385
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\'>SPIP</a>',
386
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
387
-				2 => 'title',
388
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
389
-				4 => false,
390
-				5 => true,
391
-			],
392
-			43 => [
393
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\'>SPIP</a>',
394
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
395
-				2 => 'title',
396
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
397
-				4 => false,
398
-				5 => false,
399
-			],
400
-			44 => [
401
-				0 => "<a href='https://www.spip.net' title='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;'>SPIP</a>",
402
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
403
-				2 => 'title',
404
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
405
-				4 => true,
406
-				5 => true,
407
-			],
408
-			45 => [
409
-				0 => "<a href='https://www.spip.net' title='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;'>SPIP</a>",
410
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
411
-				2 => 'title',
412
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
413
-				4 => true,
414
-				5 => false,
415
-			],
416
-			46 => [
417
-				0 => "<a href='https://www.spip.net' title='Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;'>SPIP</a>",
418
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
419
-				2 => 'title',
420
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
421
-				4 => false,
422
-				5 => true,
423
-			],
424
-			47 => [
425
-				0 => "<a href='https://www.spip.net' title='Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;'>SPIP</a>",
426
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
427
-				2 => 'title',
428
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
429
-				4 => false,
430
-				5 => false,
431
-			],
432
-			48 => [
433
-				0 => "<a href='https://www.spip.net' title='Un texte sans entites &#38;&lt;&gt;&#034;&#039;'>SPIP</a>",
434
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
435
-				2 => 'title',
436
-				3 => 'Un texte sans entites &<>"\'',
437
-				4 => true,
438
-				5 => true,
439
-			],
440
-			49 => [
441
-				0 => "<a href='https://www.spip.net' title='Un texte sans entites &#38;&lt;&gt;&#034;&#039;'>SPIP</a>",
442
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
443
-				2 => 'title',
444
-				3 => 'Un texte sans entites &<>"\'',
445
-				4 => true,
446
-				5 => false,
447
-			],
448
-			50 => [
449
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte sans entites &<>"&#039;\'>SPIP</a>',
450
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
451
-				2 => 'title',
452
-				3 => 'Un texte sans entites &<>"\'',
453
-				4 => false,
454
-				5 => true,
455
-			],
456
-			51 => [
457
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte sans entites &<>"&#039;\'>SPIP</a>',
458
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
459
-				2 => 'title',
460
-				3 => 'Un texte sans entites &<>"\'',
461
-				4 => false,
462
-				5 => false,
463
-			],
464
-			52 => [
465
-				0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;'>SPIP</a>",
466
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
467
-				2 => 'title',
468
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
469
-				4 => true,
470
-				5 => true,
471
-			],
472
-			53 => [
473
-				0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;'>SPIP</a>",
474
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
475
-				2 => 'title',
476
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
477
-				4 => true,
478
-				5 => false,
479
-			],
480
-			54 => [
481
-				0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>'>SPIP</a>",
482
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
483
-				2 => 'title',
484
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
485
-				4 => false,
486
-				5 => true,
487
-			],
488
-			55 => [
489
-				0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>'>SPIP</a>",
490
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
491
-				2 => 'title',
492
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
493
-				4 => false,
494
-				5 => false,
495
-			],
496
-			56 => [
497
-				0 => "<a href='https://www.spip.net' title='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;'>SPIP</a>",
498
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
499
-				2 => 'title',
500
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
501
-				4 => true,
502
-				5 => true,
503
-			],
504
-			57 => [
505
-				0 => "<a href='https://www.spip.net' title='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;'>SPIP</a>",
506
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
507
-				2 => 'title',
508
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
509
-				4 => true,
510
-				5 => false,
511
-			],
512
-			58 => [
513
-				0 => "<a href='https://www.spip.net' title='Un modele <modeleinexistant|lien=[->https://www.spip.net]>'>SPIP</a>",
514
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
515
-				2 => 'title',
516
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
517
-				4 => false,
518
-				5 => true,
519
-			],
520
-			59 => [
521
-				0 => "<a href='https://www.spip.net' title='Un modele <modeleinexistant|lien=[->https://www.spip.net]>'>SPIP</a>",
522
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
523
-				2 => 'title',
524
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
525
-				4 => false,
526
-				5 => false,
527
-			],
528
-			60 => [
529
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
301
+                4 => false,
302
+                5 => false,
303
+            ],
304
+            32 => [
305
+                0 => "<a href='https://www.spip.net'>SPIP</a>",
306
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
307
+                2 => 'title',
308
+                3 => '',
309
+                4 => true,
310
+                5 => true,
311
+            ],
312
+            33 => [
313
+                0 => "<a href='https://www.spip.net' title=''>SPIP</a>",
314
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
315
+                2 => 'title',
316
+                3 => '',
317
+                4 => true,
318
+                5 => false,
319
+            ],
320
+            34 => [
321
+                0 => "<a href='https://www.spip.net'>SPIP</a>",
322
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
323
+                2 => 'title',
324
+                3 => '',
325
+                4 => false,
326
+                5 => true,
327
+            ],
328
+            35 => [
329
+                0 => "<a href='https://www.spip.net' title=''>SPIP</a>",
330
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
331
+                2 => 'title',
332
+                3 => '',
333
+                4 => false,
334
+                5 => false,
335
+            ],
336
+            36 => [
337
+                0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
338
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
339
+                2 => 'title',
340
+                3 => '0',
341
+                4 => true,
342
+                5 => true,
343
+            ],
344
+            37 => [
345
+                0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
346
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
347
+                2 => 'title',
348
+                3 => '0',
349
+                4 => true,
350
+                5 => false,
351
+            ],
352
+            38 => [
353
+                0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
354
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
355
+                2 => 'title',
356
+                3 => '0',
357
+                4 => false,
358
+                5 => true,
359
+            ],
360
+            39 => [
361
+                0 => "<a href='https://www.spip.net' title='0'>SPIP</a>",
362
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
363
+                2 => 'title',
364
+                3 => '0',
365
+                4 => false,
366
+                5 => false,
367
+            ],
368
+            40 => [
369
+                0 => "<a href='https://www.spip.net' title='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net'>SPIP</a>",
370
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
371
+                2 => 'title',
372
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
373
+                4 => true,
374
+                5 => true,
375
+            ],
376
+            41 => [
377
+                0 => "<a href='https://www.spip.net' title='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net'>SPIP</a>",
378
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
379
+                2 => 'title',
380
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
381
+                4 => true,
382
+                5 => false,
383
+            ],
384
+            42 => [
385
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\'>SPIP</a>',
386
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
387
+                2 => 'title',
388
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
389
+                4 => false,
390
+                5 => true,
391
+            ],
392
+            43 => [
393
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\'>SPIP</a>',
394
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
395
+                2 => 'title',
396
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
397
+                4 => false,
398
+                5 => false,
399
+            ],
400
+            44 => [
401
+                0 => "<a href='https://www.spip.net' title='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;'>SPIP</a>",
402
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
403
+                2 => 'title',
404
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
405
+                4 => true,
406
+                5 => true,
407
+            ],
408
+            45 => [
409
+                0 => "<a href='https://www.spip.net' title='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;'>SPIP</a>",
410
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
411
+                2 => 'title',
412
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
413
+                4 => true,
414
+                5 => false,
415
+            ],
416
+            46 => [
417
+                0 => "<a href='https://www.spip.net' title='Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;'>SPIP</a>",
418
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
419
+                2 => 'title',
420
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
421
+                4 => false,
422
+                5 => true,
423
+            ],
424
+            47 => [
425
+                0 => "<a href='https://www.spip.net' title='Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;'>SPIP</a>",
426
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
427
+                2 => 'title',
428
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
429
+                4 => false,
430
+                5 => false,
431
+            ],
432
+            48 => [
433
+                0 => "<a href='https://www.spip.net' title='Un texte sans entites &#38;&lt;&gt;&#034;&#039;'>SPIP</a>",
434
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
435
+                2 => 'title',
436
+                3 => 'Un texte sans entites &<>"\'',
437
+                4 => true,
438
+                5 => true,
439
+            ],
440
+            49 => [
441
+                0 => "<a href='https://www.spip.net' title='Un texte sans entites &#38;&lt;&gt;&#034;&#039;'>SPIP</a>",
442
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
443
+                2 => 'title',
444
+                3 => 'Un texte sans entites &<>"\'',
445
+                4 => true,
446
+                5 => false,
447
+            ],
448
+            50 => [
449
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte sans entites &<>"&#039;\'>SPIP</a>',
450
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
451
+                2 => 'title',
452
+                3 => 'Un texte sans entites &<>"\'',
453
+                4 => false,
454
+                5 => true,
455
+            ],
456
+            51 => [
457
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte sans entites &<>"&#039;\'>SPIP</a>',
458
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
459
+                2 => 'title',
460
+                3 => 'Un texte sans entites &<>"\'',
461
+                4 => false,
462
+                5 => false,
463
+            ],
464
+            52 => [
465
+                0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;'>SPIP</a>",
466
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
467
+                2 => 'title',
468
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
469
+                4 => true,
470
+                5 => true,
471
+            ],
472
+            53 => [
473
+                0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;'>SPIP</a>",
474
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
475
+                2 => 'title',
476
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
477
+                4 => true,
478
+                5 => false,
479
+            ],
480
+            54 => [
481
+                0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>'>SPIP</a>",
482
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
483
+                2 => 'title',
484
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
485
+                4 => false,
486
+                5 => true,
487
+            ],
488
+            55 => [
489
+                0 => "<a href='https://www.spip.net' title='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>'>SPIP</a>",
490
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
491
+                2 => 'title',
492
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
493
+                4 => false,
494
+                5 => false,
495
+            ],
496
+            56 => [
497
+                0 => "<a href='https://www.spip.net' title='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;'>SPIP</a>",
498
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
499
+                2 => 'title',
500
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
501
+                4 => true,
502
+                5 => true,
503
+            ],
504
+            57 => [
505
+                0 => "<a href='https://www.spip.net' title='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;'>SPIP</a>",
506
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
507
+                2 => 'title',
508
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
509
+                4 => true,
510
+                5 => false,
511
+            ],
512
+            58 => [
513
+                0 => "<a href='https://www.spip.net' title='Un modele <modeleinexistant|lien=[->https://www.spip.net]>'>SPIP</a>",
514
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
515
+                2 => 'title',
516
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
517
+                4 => false,
518
+                5 => true,
519
+            ],
520
+            59 => [
521
+                0 => "<a href='https://www.spip.net' title='Un modele <modeleinexistant|lien=[->https://www.spip.net]>'>SPIP</a>",
522
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
523
+                2 => 'title',
524
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
525
+                4 => false,
526
+                5 => false,
527
+            ],
528
+            60 => [
529
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
530 530
 a la ligne et meme des paragraphes\'>SPIP</a>',
531
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
532
-				2 => 'title',
533
-				3 => 'Un texte avec des retour
531
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
532
+                2 => 'title',
533
+                3 => 'Un texte avec des retour
534 534
 a la ligne et meme des
535 535
 
536 536
 paragraphes',
537
-				4 => true,
538
-				5 => true,
539
-			],
540
-			61 => [
541
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
537
+                4 => true,
538
+                5 => true,
539
+            ],
540
+            61 => [
541
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
542 542
 a la ligne et meme des paragraphes\'>SPIP</a>',
543
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
544
-				2 => 'title',
545
-				3 => 'Un texte avec des retour
543
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
544
+                2 => 'title',
545
+                3 => 'Un texte avec des retour
546 546
 a la ligne et meme des
547 547
 
548 548
 paragraphes',
549
-				4 => true,
550
-				5 => false,
551
-			],
552
-			62 => [
553
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
549
+                4 => true,
550
+                5 => false,
551
+            ],
552
+            62 => [
553
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
554 554
 a la ligne et meme des
555 555
 
556 556
 paragraphes\'>SPIP</a>',
557
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
558
-				2 => 'title',
559
-				3 => 'Un texte avec des retour
557
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
558
+                2 => 'title',
559
+                3 => 'Un texte avec des retour
560 560
 a la ligne et meme des
561 561
 
562 562
 paragraphes',
563
-				4 => false,
564
-				5 => true,
565
-			],
566
-			63 => [
567
-				0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
563
+                4 => false,
564
+                5 => true,
565
+            ],
566
+            63 => [
567
+                0 => '<a href=\'https://www.spip.net\' title=\'Un texte avec des retour
568 568
 a la ligne et meme des
569 569
 
570 570
 paragraphes\'>SPIP</a>',
571
-				1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
572
-				2 => 'title',
573
-				3 => 'Un texte avec des retour
571
+                1 => "<a href='https://www.spip.net' title='Simplement'>SPIP</a>",
572
+                2 => 'title',
573
+                3 => 'Un texte avec des retour
574 574
 a la ligne et meme des
575 575
 
576 576
 paragraphes',
577
-				4 => false,
578
-				5 => false,
579
-			],
580
-			64 => [
581
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
582
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
583
-				2 => 'alt',
584
-				3 => '',
585
-				4 => true,
586
-				5 => true,
587
-			],
588
-			65 => [
589
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='' /></a>",
590
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
591
-				2 => 'alt',
592
-				3 => '',
593
-				4 => true,
594
-				5 => false,
595
-			],
596
-			66 => [
597
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
598
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
599
-				2 => 'alt',
600
-				3 => '',
601
-				4 => false,
602
-				5 => true,
603
-			],
604
-			67 => [
605
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='' /></a>",
606
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
607
-				2 => 'alt',
608
-				3 => '',
609
-				4 => false,
610
-				5 => false,
611
-			],
612
-			68 => [
613
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
614
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
615
-				2 => 'alt',
616
-				3 => '0',
617
-				4 => true,
618
-				5 => true,
619
-			],
620
-			69 => [
621
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
622
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
623
-				2 => 'alt',
624
-				3 => '0',
625
-				4 => true,
626
-				5 => false,
627
-			],
628
-			70 => [
629
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
630
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
631
-				2 => 'alt',
632
-				3 => '0',
633
-				4 => false,
634
-				5 => true,
635
-			],
636
-			71 => [
637
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
638
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
639
-				2 => 'alt',
640
-				3 => '0',
641
-				4 => false,
642
-				5 => false,
643
-			],
644
-			72 => [
645
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net' /></a>",
646
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
647
-				2 => 'alt',
648
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
649
-				4 => true,
650
-				5 => true,
651
-			],
652
-			73 => [
653
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net' /></a>",
654
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
655
-				2 => 'alt',
656
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
657
-				4 => true,
658
-				5 => false,
659
-			],
660
-			74 => [
661
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\' /></a>',
662
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
663
-				2 => 'alt',
664
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
665
-				4 => false,
666
-				5 => true,
667
-			],
668
-			75 => [
669
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\' /></a>',
670
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
671
-				2 => 'alt',
672
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
673
-				4 => false,
674
-				5 => false,
675
-			],
676
-			76 => [
677
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;' /></a>",
678
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
679
-				2 => 'alt',
680
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
681
-				4 => true,
682
-				5 => true,
683
-			],
684
-			77 => [
685
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;' /></a>",
686
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
687
-				2 => 'alt',
688
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
689
-				4 => true,
690
-				5 => false,
691
-			],
692
-			78 => [
693
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;' /></a>",
694
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
695
-				2 => 'alt',
696
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
697
-				4 => false,
698
-				5 => true,
699
-			],
700
-			79 => [
701
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;' /></a>",
702
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
703
-				2 => 'alt',
704
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
705
-				4 => false,
706
-				5 => false,
707
-			],
708
-			80 => [
709
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte sans entites &#38;&lt;&gt;&#034;&#039;' /></a>",
710
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
711
-				2 => 'alt',
712
-				3 => 'Un texte sans entites &<>"\'',
713
-				4 => true,
714
-				5 => true,
715
-			],
716
-			81 => [
717
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte sans entites &#38;&lt;&gt;&#034;&#039;' /></a>",
718
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
719
-				2 => 'alt',
720
-				3 => 'Un texte sans entites &<>"\'',
721
-				4 => true,
722
-				5 => false,
723
-			],
724
-			82 => [
725
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte sans entites &<>"&#039;\' /></a>',
726
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
727
-				2 => 'alt',
728
-				3 => 'Un texte sans entites &<>"\'',
729
-				4 => false,
730
-				5 => true,
731
-			],
732
-			83 => [
733
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte sans entites &<>"&#039;\' /></a>',
734
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
735
-				2 => 'alt',
736
-				3 => 'Un texte sans entites &<>"\'',
737
-				4 => false,
738
-				5 => false,
739
-			],
740
-			84 => [
741
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;' /></a>",
742
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
743
-				2 => 'alt',
744
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
745
-				4 => true,
746
-				5 => true,
747
-			],
748
-			85 => [
749
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;' /></a>",
750
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
751
-				2 => 'alt',
752
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
753
-				4 => true,
754
-				5 => false,
755
-			],
756
-			86 => [
757
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>' /></a>",
758
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
759
-				2 => 'alt',
760
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
761
-				4 => false,
762
-				5 => true,
763
-			],
764
-			87 => [
765
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>' /></a>",
766
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
767
-				2 => 'alt',
768
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
769
-				4 => false,
770
-				5 => false,
771
-			],
772
-			88 => [
773
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;' /></a>",
774
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
775
-				2 => 'alt',
776
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
777
-				4 => true,
778
-				5 => true,
779
-			],
780
-			89 => [
781
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;' /></a>",
782
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
783
-				2 => 'alt',
784
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
785
-				4 => true,
786
-				5 => false,
787
-			],
788
-			90 => [
789
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele <modeleinexistant|lien=[->https://www.spip.net]>' /></a>",
790
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
791
-				2 => 'alt',
792
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
793
-				4 => false,
794
-				5 => true,
795
-			],
796
-			91 => [
797
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele <modeleinexistant|lien=[->https://www.spip.net]>' /></a>",
798
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
799
-				2 => 'alt',
800
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
801
-				4 => false,
802
-				5 => false,
803
-			],
804
-			92 => [
805
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
577
+                4 => false,
578
+                5 => false,
579
+            ],
580
+            64 => [
581
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
582
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
583
+                2 => 'alt',
584
+                3 => '',
585
+                4 => true,
586
+                5 => true,
587
+            ],
588
+            65 => [
589
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='' /></a>",
590
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
591
+                2 => 'alt',
592
+                3 => '',
593
+                4 => true,
594
+                5 => false,
595
+            ],
596
+            66 => [
597
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
598
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
599
+                2 => 'alt',
600
+                3 => '',
601
+                4 => false,
602
+                5 => true,
603
+            ],
604
+            67 => [
605
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='' /></a>",
606
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
607
+                2 => 'alt',
608
+                3 => '',
609
+                4 => false,
610
+                5 => false,
611
+            ],
612
+            68 => [
613
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
614
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
615
+                2 => 'alt',
616
+                3 => '0',
617
+                4 => true,
618
+                5 => true,
619
+            ],
620
+            69 => [
621
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
622
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
623
+                2 => 'alt',
624
+                3 => '0',
625
+                4 => true,
626
+                5 => false,
627
+            ],
628
+            70 => [
629
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
630
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
631
+                2 => 'alt',
632
+                3 => '0',
633
+                4 => false,
634
+                5 => true,
635
+            ],
636
+            71 => [
637
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
638
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
639
+                2 => 'alt',
640
+                3 => '0',
641
+                4 => false,
642
+                5 => false,
643
+            ],
644
+            72 => [
645
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net' /></a>",
646
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
647
+                2 => 'alt',
648
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
649
+                4 => true,
650
+                5 => true,
651
+            ],
652
+            73 => [
653
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net' /></a>",
654
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
655
+                2 => 'alt',
656
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
657
+                4 => true,
658
+                5 => false,
659
+            ],
660
+            74 => [
661
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\' /></a>',
662
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
663
+                2 => 'alt',
664
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
665
+                4 => false,
666
+                5 => true,
667
+            ],
668
+            75 => [
669
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\' /></a>',
670
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
671
+                2 => 'alt',
672
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
673
+                4 => false,
674
+                5 => false,
675
+            ],
676
+            76 => [
677
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;' /></a>",
678
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
679
+                2 => 'alt',
680
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
681
+                4 => true,
682
+                5 => true,
683
+            ],
684
+            77 => [
685
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;' /></a>",
686
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
687
+                2 => 'alt',
688
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
689
+                4 => true,
690
+                5 => false,
691
+            ],
692
+            78 => [
693
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;' /></a>",
694
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
695
+                2 => 'alt',
696
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&#034;',
697
+                4 => false,
698
+                5 => true,
699
+            ],
700
+            79 => [
701
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;' /></a>",
702
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
703
+                2 => 'alt',
704
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
705
+                4 => false,
706
+                5 => false,
707
+            ],
708
+            80 => [
709
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte sans entites &#38;&lt;&gt;&#034;&#039;' /></a>",
710
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
711
+                2 => 'alt',
712
+                3 => 'Un texte sans entites &<>"\'',
713
+                4 => true,
714
+                5 => true,
715
+            ],
716
+            81 => [
717
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte sans entites &#38;&lt;&gt;&#034;&#039;' /></a>",
718
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
719
+                2 => 'alt',
720
+                3 => 'Un texte sans entites &<>"\'',
721
+                4 => true,
722
+                5 => false,
723
+            ],
724
+            82 => [
725
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte sans entites &<>"&#039;\' /></a>',
726
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
727
+                2 => 'alt',
728
+                3 => 'Un texte sans entites &<>"\'',
729
+                4 => false,
730
+                5 => true,
731
+            ],
732
+            83 => [
733
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte sans entites &<>"&#039;\' /></a>',
734
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
735
+                2 => 'alt',
736
+                3 => 'Un texte sans entites &<>"\'',
737
+                4 => false,
738
+                5 => false,
739
+            ],
740
+            84 => [
741
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;' /></a>",
742
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
743
+                2 => 'alt',
744
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
745
+                4 => true,
746
+                5 => true,
747
+            ],
748
+            85 => [
749
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;' /></a>",
750
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
751
+                2 => 'alt',
752
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
753
+                4 => true,
754
+                5 => false,
755
+            ],
756
+            86 => [
757
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>' /></a>",
758
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
759
+                2 => 'alt',
760
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
761
+                4 => false,
762
+                5 => true,
763
+            ],
764
+            87 => [
765
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>' /></a>",
766
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
767
+                2 => 'alt',
768
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
769
+                4 => false,
770
+                5 => false,
771
+            ],
772
+            88 => [
773
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;' /></a>",
774
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
775
+                2 => 'alt',
776
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
777
+                4 => true,
778
+                5 => true,
779
+            ],
780
+            89 => [
781
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;' /></a>",
782
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
783
+                2 => 'alt',
784
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
785
+                4 => true,
786
+                5 => false,
787
+            ],
788
+            90 => [
789
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele <modeleinexistant|lien=[->https://www.spip.net]>' /></a>",
790
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
791
+                2 => 'alt',
792
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
793
+                4 => false,
794
+                5 => true,
795
+            ],
796
+            91 => [
797
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele <modeleinexistant|lien=[->https://www.spip.net]>' /></a>",
798
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
799
+                2 => 'alt',
800
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
801
+                4 => false,
802
+                5 => false,
803
+            ],
804
+            92 => [
805
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
806 806
 a la ligne et meme des paragraphes\' /></a>',
807
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
808
-				2 => 'alt',
809
-				3 => 'Un texte avec des retour
807
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
808
+                2 => 'alt',
809
+                3 => 'Un texte avec des retour
810 810
 a la ligne et meme des
811 811
 
812 812
 paragraphes',
813
-				4 => true,
814
-				5 => true,
815
-			],
816
-			93 => [
817
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
813
+                4 => true,
814
+                5 => true,
815
+            ],
816
+            93 => [
817
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
818 818
 a la ligne et meme des paragraphes\' /></a>',
819
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
820
-				2 => 'alt',
821
-				3 => 'Un texte avec des retour
819
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
820
+                2 => 'alt',
821
+                3 => 'Un texte avec des retour
822 822
 a la ligne et meme des
823 823
 
824 824
 paragraphes',
825
-				4 => true,
826
-				5 => false,
827
-			],
828
-			94 => [
829
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
825
+                4 => true,
826
+                5 => false,
827
+            ],
828
+            94 => [
829
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
830 830
 a la ligne et meme des
831 831
 
832 832
 paragraphes\' /></a>',
833
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
834
-				2 => 'alt',
835
-				3 => 'Un texte avec des retour
833
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
834
+                2 => 'alt',
835
+                3 => 'Un texte avec des retour
836 836
 a la ligne et meme des
837 837
 
838 838
 paragraphes',
839
-				4 => false,
840
-				5 => true,
841
-			],
842
-			95 => [
843
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
839
+                4 => false,
840
+                5 => true,
841
+            ],
842
+            95 => [
843
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
844 844
 a la ligne et meme des
845 845
 
846 846
 paragraphes\' /></a>',
847
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
848
-				2 => 'alt',
849
-				3 => 'Un texte avec des retour
847
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
848
+                2 => 'alt',
849
+                3 => 'Un texte avec des retour
850 850
 a la ligne et meme des
851 851
 
852 852
 paragraphes',
853
-				4 => false,
854
-				5 => false,
855
-			],
856
-			96 => [
857
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
858
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
859
-				2 => 'alt',
860
-				3 => '',
861
-				4 => true,
862
-				5 => true,
863
-			],
864
-			97 => [
865
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='' /></a>",
866
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
867
-				2 => 'alt',
868
-				3 => '',
869
-				4 => true,
870
-				5 => false,
871
-			],
872
-			98 => [
873
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
874
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
875
-				2 => 'alt',
876
-				3 => '',
877
-				4 => false,
878
-				5 => true,
879
-			],
880
-			99 => [
881
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='' /></a>",
882
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
883
-				2 => 'alt',
884
-				3 => '',
885
-				4 => false,
886
-				5 => false,
887
-			],
888
-			100 => [
889
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
890
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
891
-				2 => 'alt',
892
-				3 => '0',
893
-				4 => true,
894
-				5 => true,
895
-			],
896
-			101 => [
897
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
898
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
899
-				2 => 'alt',
900
-				3 => '0',
901
-				4 => true,
902
-				5 => false,
903
-			],
904
-			102 => [
905
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
906
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
907
-				2 => 'alt',
908
-				3 => '0',
909
-				4 => false,
910
-				5 => true,
911
-			],
912
-			103 => [
913
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
914
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
915
-				2 => 'alt',
916
-				3 => '0',
917
-				4 => false,
918
-				5 => false,
919
-			],
920
-			104 => [
921
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net' /></a>",
922
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
923
-				2 => 'alt',
924
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
925
-				4 => true,
926
-				5 => true,
927
-			],
928
-			105 => [
929
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net' /></a>",
930
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
931
-				2 => 'alt',
932
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
933
-				4 => true,
934
-				5 => false,
935
-			],
936
-			106 => [
937
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\' /></a>',
938
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
939
-				2 => 'alt',
940
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
941
-				4 => false,
942
-				5 => true,
943
-			],
944
-			107 => [
945
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\' /></a>',
946
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
947
-				2 => 'alt',
948
-				3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
949
-				4 => false,
950
-				5 => false,
951
-			],
952
-			108 => [
953
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;' /></a>",
954
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
955
-				2 => 'alt',
956
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
957
-				4 => true,
958
-				5 => true,
959
-			],
960
-			109 => [
961
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;' /></a>",
962
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
963
-				2 => 'alt',
964
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
965
-				4 => true,
966
-				5 => false,
967
-			],
968
-			110 => [
969
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;' /></a>",
970
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
971
-				2 => 'alt',
972
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
973
-				4 => false,
974
-				5 => true,
975
-			],
976
-			111 => [
977
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;' /></a>",
978
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
979
-				2 => 'alt',
980
-				3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
981
-				4 => false,
982
-				5 => false,
983
-			],
984
-			112 => [
985
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte sans entites &#38;&lt;&gt;&#034;&#039;' /></a>",
986
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
987
-				2 => 'alt',
988
-				3 => 'Un texte sans entites &<>"\'',
989
-				4 => true,
990
-				5 => true,
991
-			],
992
-			113 => [
993
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte sans entites &#38;&lt;&gt;&#034;&#039;' /></a>",
994
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
995
-				2 => 'alt',
996
-				3 => 'Un texte sans entites &<>"\'',
997
-				4 => true,
998
-				5 => false,
999
-			],
1000
-			114 => [
1001
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte sans entites &<>"&#039;\' /></a>',
1002
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1003
-				2 => 'alt',
1004
-				3 => 'Un texte sans entites &<>"\'',
1005
-				4 => false,
1006
-				5 => true,
1007
-			],
1008
-			115 => [
1009
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte sans entites &<>"&#039;\' /></a>',
1010
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1011
-				2 => 'alt',
1012
-				3 => 'Un texte sans entites &<>"\'',
1013
-				4 => false,
1014
-				5 => false,
1015
-			],
1016
-			116 => [
1017
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;' /></a>",
1018
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1019
-				2 => 'alt',
1020
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
1021
-				4 => true,
1022
-				5 => true,
1023
-			],
1024
-			117 => [
1025
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;' /></a>",
1026
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1027
-				2 => 'alt',
1028
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
1029
-				4 => true,
1030
-				5 => false,
1031
-			],
1032
-			118 => [
1033
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>' /></a>",
1034
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1035
-				2 => 'alt',
1036
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
1037
-				4 => false,
1038
-				5 => true,
1039
-			],
1040
-			119 => [
1041
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>' /></a>",
1042
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1043
-				2 => 'alt',
1044
-				3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
1045
-				4 => false,
1046
-				5 => false,
1047
-			],
1048
-			120 => [
1049
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;' /></a>",
1050
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1051
-				2 => 'alt',
1052
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
1053
-				4 => true,
1054
-				5 => true,
1055
-			],
1056
-			121 => [
1057
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;' /></a>",
1058
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1059
-				2 => 'alt',
1060
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
1061
-				4 => true,
1062
-				5 => false,
1063
-			],
1064
-			122 => [
1065
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele <modeleinexistant|lien=[->https://www.spip.net]>' /></a>",
1066
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1067
-				2 => 'alt',
1068
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
1069
-				4 => false,
1070
-				5 => true,
1071
-			],
1072
-			123 => [
1073
-				0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele <modeleinexistant|lien=[->https://www.spip.net]>' /></a>",
1074
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1075
-				2 => 'alt',
1076
-				3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
1077
-				4 => false,
1078
-				5 => false,
1079
-			],
1080
-			124 => [
1081
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
853
+                4 => false,
854
+                5 => false,
855
+            ],
856
+            96 => [
857
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
858
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
859
+                2 => 'alt',
860
+                3 => '',
861
+                4 => true,
862
+                5 => true,
863
+            ],
864
+            97 => [
865
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='' /></a>",
866
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
867
+                2 => 'alt',
868
+                3 => '',
869
+                4 => true,
870
+                5 => false,
871
+            ],
872
+            98 => [
873
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' /></a>",
874
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
875
+                2 => 'alt',
876
+                3 => '',
877
+                4 => false,
878
+                5 => true,
879
+            ],
880
+            99 => [
881
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='' /></a>",
882
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
883
+                2 => 'alt',
884
+                3 => '',
885
+                4 => false,
886
+                5 => false,
887
+            ],
888
+            100 => [
889
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
890
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
891
+                2 => 'alt',
892
+                3 => '0',
893
+                4 => true,
894
+                5 => true,
895
+            ],
896
+            101 => [
897
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
898
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
899
+                2 => 'alt',
900
+                3 => '0',
901
+                4 => true,
902
+                5 => false,
903
+            ],
904
+            102 => [
905
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
906
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
907
+                2 => 'alt',
908
+                3 => '0',
909
+                4 => false,
910
+                5 => true,
911
+            ],
912
+            103 => [
913
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='0' /></a>",
914
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
915
+                2 => 'alt',
916
+                3 => '0',
917
+                4 => false,
918
+                5 => false,
919
+            ],
920
+            104 => [
921
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net' /></a>",
922
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
923
+                2 => 'alt',
924
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
925
+                4 => true,
926
+                5 => true,
927
+            ],
928
+            105 => [
929
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des &lt;a href=&#034;http://spip.net&#034;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;https://www.spip.net] https://www.spip.net' /></a>",
930
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
931
+                2 => 'alt',
932
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
933
+                4 => true,
934
+                5 => false,
935
+            ],
936
+            106 => [
937
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\' /></a>',
938
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
939
+                2 => 'alt',
940
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
941
+                4 => false,
942
+                5 => true,
943
+            ],
944
+            107 => [
945
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net\' /></a>',
946
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
947
+                2 => 'alt',
948
+                3 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->https://www.spip.net] https://www.spip.net',
949
+                4 => false,
950
+                5 => false,
951
+            ],
952
+            108 => [
953
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;' /></a>",
954
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
955
+                2 => 'alt',
956
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
957
+                4 => true,
958
+                5 => true,
959
+            ],
960
+            109 => [
961
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&#233;s &#38;&lt;&gt;&#034;' /></a>",
962
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
963
+                2 => 'alt',
964
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
965
+                4 => true,
966
+                5 => false,
967
+            ],
968
+            110 => [
969
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;' /></a>",
970
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
971
+                2 => 'alt',
972
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
973
+                4 => false,
974
+                5 => true,
975
+            ],
976
+            111 => [
977
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;' /></a>",
978
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
979
+                2 => 'alt',
980
+                3 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
981
+                4 => false,
982
+                5 => false,
983
+            ],
984
+            112 => [
985
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte sans entites &#38;&lt;&gt;&#034;&#039;' /></a>",
986
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
987
+                2 => 'alt',
988
+                3 => 'Un texte sans entites &<>"\'',
989
+                4 => true,
990
+                5 => true,
991
+            ],
992
+            113 => [
993
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un texte sans entites &#38;&lt;&gt;&#034;&#039;' /></a>",
994
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
995
+                2 => 'alt',
996
+                3 => 'Un texte sans entites &<>"\'',
997
+                4 => true,
998
+                5 => false,
999
+            ],
1000
+            114 => [
1001
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte sans entites &<>"&#039;\' /></a>',
1002
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1003
+                2 => 'alt',
1004
+                3 => 'Un texte sans entites &<>"\'',
1005
+                4 => false,
1006
+                5 => true,
1007
+            ],
1008
+            115 => [
1009
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte sans entites &<>"&#039;\' /></a>',
1010
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1011
+                2 => 'alt',
1012
+                3 => 'Un texte sans entites &<>"\'',
1013
+                4 => false,
1014
+                5 => false,
1015
+            ],
1016
+            116 => [
1017
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;' /></a>",
1018
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1019
+                2 => 'alt',
1020
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
1021
+                4 => true,
1022
+                5 => true,
1023
+            ],
1024
+            117 => [
1025
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;' /></a>",
1026
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1027
+                2 => 'alt',
1028
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
1029
+                4 => true,
1030
+                5 => false,
1031
+            ],
1032
+            118 => [
1033
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>' /></a>",
1034
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1035
+                2 => 'alt',
1036
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
1037
+                4 => false,
1038
+                5 => true,
1039
+            ],
1040
+            119 => [
1041
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>' /></a>",
1042
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1043
+                2 => 'alt',
1044
+                3 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
1045
+                4 => false,
1046
+                5 => false,
1047
+            ],
1048
+            120 => [
1049
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;' /></a>",
1050
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1051
+                2 => 'alt',
1052
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
1053
+                4 => true,
1054
+                5 => true,
1055
+            ],
1056
+            121 => [
1057
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele &lt;modeleinexistant|lien=[-&gt;https://www.spip.net]&gt;' /></a>",
1058
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1059
+                2 => 'alt',
1060
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
1061
+                4 => true,
1062
+                5 => false,
1063
+            ],
1064
+            122 => [
1065
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele <modeleinexistant|lien=[->https://www.spip.net]>' /></a>",
1066
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1067
+                2 => 'alt',
1068
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
1069
+                4 => false,
1070
+                5 => true,
1071
+            ],
1072
+            123 => [
1073
+                0 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='Un modele <modeleinexistant|lien=[->https://www.spip.net]>' /></a>",
1074
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1075
+                2 => 'alt',
1076
+                3 => 'Un modele <modeleinexistant|lien=[->https://www.spip.net]>',
1077
+                4 => false,
1078
+                5 => false,
1079
+            ],
1080
+            124 => [
1081
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
1082 1082
 a la ligne et meme des paragraphes\' /></a>',
1083
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1084
-				2 => 'alt',
1085
-				3 => 'Un texte avec des retour
1083
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1084
+                2 => 'alt',
1085
+                3 => 'Un texte avec des retour
1086 1086
 a la ligne et meme des
1087 1087
 
1088 1088
 paragraphes',
1089
-				4 => true,
1090
-				5 => true,
1091
-			],
1092
-			125 => [
1093
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
1089
+                4 => true,
1090
+                5 => true,
1091
+            ],
1092
+            125 => [
1093
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
1094 1094
 a la ligne et meme des paragraphes\' /></a>',
1095
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1096
-				2 => 'alt',
1097
-				3 => 'Un texte avec des retour
1095
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1096
+                2 => 'alt',
1097
+                3 => 'Un texte avec des retour
1098 1098
 a la ligne et meme des
1099 1099
 
1100 1100
 paragraphes',
1101
-				4 => true,
1102
-				5 => false,
1103
-			],
1104
-			126 => [
1105
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
1101
+                4 => true,
1102
+                5 => false,
1103
+            ],
1104
+            126 => [
1105
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
1106 1106
 a la ligne et meme des
1107 1107
 
1108 1108
 paragraphes\' /></a>',
1109
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1110
-				2 => 'alt',
1111
-				3 => 'Un texte avec des retour
1109
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1110
+                2 => 'alt',
1111
+                3 => 'Un texte avec des retour
1112 1112
 a la ligne et meme des
1113 1113
 
1114 1114
 paragraphes',
1115
-				4 => false,
1116
-				5 => true,
1117
-			],
1118
-			127 => [
1119
-				0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
1115
+                4 => false,
1116
+                5 => true,
1117
+            ],
1118
+            127 => [
1119
+                0 => '<a href=\'https://www.spip.net\'><img src=\'https://www.spip.net/IMG/logo/siteon0.png\' alt=\'Un texte avec des retour
1120 1120
 a la ligne et meme des
1121 1121
 
1122 1122
 paragraphes\' /></a>',
1123
-				1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1124
-				2 => 'alt',
1125
-				3 => 'Un texte avec des retour
1123
+                1 => "<a href='https://www.spip.net'><img src='https://www.spip.net/IMG/logo/siteon0.png' alt='SPIP' /></a>",
1124
+                2 => 'alt',
1125
+                3 => 'Un texte avec des retour
1126 1126
 a la ligne et meme des
1127 1127
 
1128 1128
 paragraphes',
1129
-				4 => false,
1130
-				5 => false,
1131
-			],
1132
-			128 => [
1133
-				0 => "<input value='&lt;span style=&#034;color:red;&#034;&gt;ho&lt;/span&gt;' />",
1134
-				1 => '<input />',
1135
-				2 => 'value',
1136
-				3 => '<span style="color:red;">ho</span>',
1137
-			],
1138
-		];
1139
-	}
1129
+                4 => false,
1130
+                5 => false,
1131
+            ],
1132
+            128 => [
1133
+                0 => "<input value='&lt;span style=&#034;color:red;&#034;&gt;ho&lt;/span&gt;' />",
1134
+                1 => '<input />',
1135
+                2 => 'value',
1136
+                3 => '<span style="color:red;">ho</span>',
1137
+            ],
1138
+        ];
1139
+    }
1140 1140
 }
Please login to merge, or discard this patch.