Completed
Push — master ( 0528ed...3f7b24 )
by cam
01:54
created
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.
ecrire/tests/Filtre/SpipHtmlspecialcharsTest.php 1 patch
Indentation   +768 added lines, -768 removed lines patch added patch discarded remove patch
@@ -13,850 +13,850 @@
 block discarded – undo
13 13
 
14 14
 class SpipHtmlspecialcharsTest extends TestCase
15 15
 {
16
-	public static function setUpBeforeClass(): void {
17
-		find_in_path('./inc/filtres.php', '', true);
18
-	}
19
-
20
-	#[DataProvider('providerFiltresSpipHtmlspecialchars')]
21
-	public function testFiltresSpipHtmlspecialchars($expected, ...$args): void {
22
-		$actual = spip_htmlspecialchars(...$args);
23
-		$this->assertSame($expected, $actual);
24
-	}
25
-
26
-	public static function providerFiltresSpipHtmlspecialchars(): array {
27
-		return [
28
-			0 => [
29
-				0 => '',
30
-				1 => '',
31
-			],
32
-			1 => [
33
-				0 => '0',
34
-				1 => '0',
35
-			],
36
-			2 => [
37
-				0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;http://www.spip.net] http://www.spip.net',
38
-				1 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->http://www.spip.net] http://www.spip.net',
39
-			],
40
-			3 => [
41
-				0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
42
-				1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
43
-			],
44
-			4 => [
45
-				0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot;',
46
-				1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
47
-			],
48
-			5 => [
49
-				0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
50
-				1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot;',
51
-			],
52
-			6 => [
53
-				0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot;',
54
-				1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
55
-			],
56
-			7 => [
57
-				0 => "Un texte sans entites &amp;&lt;&gt;&quot;'",
58
-				1 => 'Un texte sans entites &<>"\'',
59
-			],
60
-			8 => [
61
-				0 => '{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;',
62
-				1 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
63
-			],
64
-			9 => [
65
-				0 => 'Un modele &lt;modeleinexistant|lien=[-&gt;http://www.spip.net]&gt;',
66
-				1 => 'Un modele <modeleinexistant|lien=[->http://www.spip.net]>',
67
-			],
68
-			10 => [
69
-				0 => 'Un texte avec des retour
16
+    public static function setUpBeforeClass(): void {
17
+        find_in_path('./inc/filtres.php', '', true);
18
+    }
19
+
20
+    #[DataProvider('providerFiltresSpipHtmlspecialchars')]
21
+    public function testFiltresSpipHtmlspecialchars($expected, ...$args): void {
22
+        $actual = spip_htmlspecialchars(...$args);
23
+        $this->assertSame($expected, $actual);
24
+    }
25
+
26
+    public static function providerFiltresSpipHtmlspecialchars(): array {
27
+        return [
28
+            0 => [
29
+                0 => '',
30
+                1 => '',
31
+            ],
32
+            1 => [
33
+                0 => '0',
34
+                1 => '0',
35
+            ],
36
+            2 => [
37
+                0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;http://www.spip.net] http://www.spip.net',
38
+                1 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->http://www.spip.net] http://www.spip.net',
39
+            ],
40
+            3 => [
41
+                0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
42
+                1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
43
+            ],
44
+            4 => [
45
+                0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot;',
46
+                1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
47
+            ],
48
+            5 => [
49
+                0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
50
+                1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot;',
51
+            ],
52
+            6 => [
53
+                0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot;',
54
+                1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
55
+            ],
56
+            7 => [
57
+                0 => "Un texte sans entites &amp;&lt;&gt;&quot;'",
58
+                1 => 'Un texte sans entites &<>"\'',
59
+            ],
60
+            8 => [
61
+                0 => '{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;',
62
+                1 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
63
+            ],
64
+            9 => [
65
+                0 => 'Un modele &lt;modeleinexistant|lien=[-&gt;http://www.spip.net]&gt;',
66
+                1 => 'Un modele <modeleinexistant|lien=[->http://www.spip.net]>',
67
+            ],
68
+            10 => [
69
+                0 => 'Un texte avec des retour
70 70
 a la ligne et meme des
71 71
 
72 72
 paragraphes',
73
-				1 => 'Un texte avec des retour
73
+                1 => 'Un texte avec des retour
74 74
 a la ligne et meme des
75 75
 
76 76
 paragraphes',
77
-			],
78
-			11 => [
79
-				0 => '',
80
-				1 => "Un texte avec des <a href=\"http://spip.net\">liens avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</a> [Article 1 avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->art1] [spip avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net] http://www.spip.net",
81
-			],
82
-			12 => [
83
-				0 => '',
84
-				1 => "Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
85
-			],
86
-			13 => [
87
-				0 => '',
88
-				1 => "Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
89
-			],
90
-			14 => [
91
-				0 => '',
92
-				1 => "Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
93
-			],
94
-			15 => [
95
-				0 => '',
96
-				1 => "Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
97
-			],
98
-			16 => [
99
-				0 => '',
100
-				1 => "Un texte sans entites &<>\"\' et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
101
-			],
102
-			17 => [
103
-				0 => '',
104
-				1 => "{{{Des raccourcis avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}}} {italique avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC} {{gras avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}} <code>du code avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</code>",
105
-			],
106
-			18 => [
107
-				0 => '',
108
-				1 => "Un modele avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC <modeleinexistant|lien=[avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net]>",
109
-			],
110
-			19 => [
111
-				0 => '',
112
-				1 => "Un texte avec des retour
77
+            ],
78
+            11 => [
79
+                0 => '',
80
+                1 => "Un texte avec des <a href=\"http://spip.net\">liens avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</a> [Article 1 avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->art1] [spip avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net] http://www.spip.net",
81
+            ],
82
+            12 => [
83
+                0 => '',
84
+                1 => "Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
85
+            ],
86
+            13 => [
87
+                0 => '',
88
+                1 => "Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
89
+            ],
90
+            14 => [
91
+                0 => '',
92
+                1 => "Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
93
+            ],
94
+            15 => [
95
+                0 => '',
96
+                1 => "Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
97
+            ],
98
+            16 => [
99
+                0 => '',
100
+                1 => "Un texte sans entites &<>\"\' et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
101
+            ],
102
+            17 => [
103
+                0 => '',
104
+                1 => "{{{Des raccourcis avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}}} {italique avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC} {{gras avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}} <code>du code avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</code>",
105
+            ],
106
+            18 => [
107
+                0 => '',
108
+                1 => "Un modele avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC <modeleinexistant|lien=[avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net]>",
109
+            ],
110
+            19 => [
111
+                0 => '',
112
+                1 => "Un texte avec des retour
113 113
 a la ligne et meme des
114 114
 
115 115
 paragraphes avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
116
-			],
117
-			20 => [
118
-				0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/a&gt; [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net] http://www.spip.net',
119
-				1 => 'Un texte avec des <a href="http://spip.net">liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü</a> [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü->art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net] http://www.spip.net',
120
-			],
121
-			21 => [
122
-				0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
123
-				1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
124
-			],
125
-			22 => [
126
-				0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
127
-				1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
128
-			],
129
-			23 => [
130
-				0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
131
-				1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
132
-			],
133
-			24 => [
134
-				0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
135
-				1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
136
-			],
137
-			25 => [
138
-				0 => "Un texte sans entites &amp;&lt;&gt;&quot;' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü",
139
-				1 => 'Un texte sans entites &<>"\' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
140
-			],
141
-			26 => [
142
-				0 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} &lt;code&gt;du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/code&gt;',
143
-				1 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} <code>du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü</code>',
144
-			],
145
-			27 => [
146
-				0 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü &lt;modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net]&gt;',
147
-				1 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü <modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net]>',
148
-			],
149
-			28 => [
150
-				0 => 'Un texte avec des retour
116
+            ],
117
+            20 => [
118
+                0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/a&gt; [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net] http://www.spip.net',
119
+                1 => 'Un texte avec des <a href="http://spip.net">liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü</a> [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü->art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net] http://www.spip.net',
120
+            ],
121
+            21 => [
122
+                0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
123
+                1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
124
+            ],
125
+            22 => [
126
+                0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
127
+                1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
128
+            ],
129
+            23 => [
130
+                0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
131
+                1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
132
+            ],
133
+            24 => [
134
+                0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
135
+                1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
136
+            ],
137
+            25 => [
138
+                0 => "Un texte sans entites &amp;&lt;&gt;&quot;' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü",
139
+                1 => 'Un texte sans entites &<>"\' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
140
+            ],
141
+            26 => [
142
+                0 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} &lt;code&gt;du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/code&gt;',
143
+                1 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} <code>du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü</code>',
144
+            ],
145
+            27 => [
146
+                0 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü &lt;modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net]&gt;',
147
+                1 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü <modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net]>',
148
+            ],
149
+            28 => [
150
+                0 => 'Un texte avec des retour
151 151
 a la ligne et meme des
152 152
 
153 153
 paragraphes avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
154
-				1 => 'Un texte avec des retour
154
+                1 => 'Un texte avec des retour
155 155
 a la ligne et meme des
156 156
 
157 157
 paragraphes avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
158
-			],
159
-			29 => [
160
-				0 => '',
161
-				1 => '',
162
-				2 => ENT_QUOTES,
163
-			],
164
-			30 => [
165
-				0 => '0',
166
-				1 => '0',
167
-				2 => ENT_QUOTES,
168
-			],
169
-			31 => [
170
-				0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;http://www.spip.net] http://www.spip.net',
171
-				1 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->http://www.spip.net] http://www.spip.net',
172
-				2 => ENT_QUOTES,
173
-			],
174
-			32 => [
175
-				0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
176
-				1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
177
-				2 => ENT_QUOTES,
178
-			],
179
-			33 => [
180
-				0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot;',
181
-				1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
182
-				2 => ENT_QUOTES,
183
-			],
184
-			34 => [
185
-				0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
186
-				1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot;',
187
-				2 => ENT_QUOTES,
188
-			],
189
-			35 => [
190
-				0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot;',
191
-				1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
192
-				2 => ENT_QUOTES,
193
-			],
194
-			36 => [
195
-				0 => 'Un texte sans entites &amp;&lt;&gt;&quot;&#039;',
196
-				1 => 'Un texte sans entites &<>"\'',
197
-				2 => ENT_QUOTES,
198
-			],
199
-			37 => [
200
-				0 => '{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;',
201
-				1 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
202
-				2 => ENT_QUOTES,
203
-			],
204
-			38 => [
205
-				0 => 'Un modele &lt;modeleinexistant|lien=[-&gt;http://www.spip.net]&gt;',
206
-				1 => 'Un modele <modeleinexistant|lien=[->http://www.spip.net]>',
207
-				2 => ENT_QUOTES,
208
-			],
209
-			39 => [
210
-				0 => 'Un texte avec des retour
158
+            ],
159
+            29 => [
160
+                0 => '',
161
+                1 => '',
162
+                2 => ENT_QUOTES,
163
+            ],
164
+            30 => [
165
+                0 => '0',
166
+                1 => '0',
167
+                2 => ENT_QUOTES,
168
+            ],
169
+            31 => [
170
+                0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;http://www.spip.net] http://www.spip.net',
171
+                1 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->http://www.spip.net] http://www.spip.net',
172
+                2 => ENT_QUOTES,
173
+            ],
174
+            32 => [
175
+                0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
176
+                1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
177
+                2 => ENT_QUOTES,
178
+            ],
179
+            33 => [
180
+                0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot;',
181
+                1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
182
+                2 => ENT_QUOTES,
183
+            ],
184
+            34 => [
185
+                0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
186
+                1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot;',
187
+                2 => ENT_QUOTES,
188
+            ],
189
+            35 => [
190
+                0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot;',
191
+                1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
192
+                2 => ENT_QUOTES,
193
+            ],
194
+            36 => [
195
+                0 => 'Un texte sans entites &amp;&lt;&gt;&quot;&#039;',
196
+                1 => 'Un texte sans entites &<>"\'',
197
+                2 => ENT_QUOTES,
198
+            ],
199
+            37 => [
200
+                0 => '{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;',
201
+                1 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
202
+                2 => ENT_QUOTES,
203
+            ],
204
+            38 => [
205
+                0 => 'Un modele &lt;modeleinexistant|lien=[-&gt;http://www.spip.net]&gt;',
206
+                1 => 'Un modele <modeleinexistant|lien=[->http://www.spip.net]>',
207
+                2 => ENT_QUOTES,
208
+            ],
209
+            39 => [
210
+                0 => 'Un texte avec des retour
211 211
 a la ligne et meme des
212 212
 
213 213
 paragraphes',
214
-				1 => 'Un texte avec des retour
214
+                1 => 'Un texte avec des retour
215 215
 a la ligne et meme des
216 216
 
217 217
 paragraphes',
218
-				2 => ENT_QUOTES,
219
-			],
220
-			40 => [
221
-				0 => '',
222
-				1 => "Un texte avec des <a href=\"http://spip.net\">liens avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</a> [Article 1 avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->art1] [spip avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net] http://www.spip.net",
223
-				2 => ENT_QUOTES,
224
-			],
225
-			41 => [
226
-				0 => '',
227
-				1 => "Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
228
-				2 => ENT_QUOTES,
229
-			],
230
-			42 => [
231
-				0 => '',
232
-				1 => "Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
233
-				2 => ENT_QUOTES,
234
-			],
235
-			43 => [
236
-				0 => '',
237
-				1 => "Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
238
-				2 => ENT_QUOTES,
239
-			],
240
-			44 => [
241
-				0 => '',
242
-				1 => "Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
243
-				2 => ENT_QUOTES,
244
-			],
245
-			45 => [
246
-				0 => '',
247
-				1 => "Un texte sans entites &<>\"\' et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
248
-				2 => ENT_QUOTES,
249
-			],
250
-			46 => [
251
-				0 => '',
252
-				1 => "{{{Des raccourcis avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}}} {italique avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC} {{gras avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}} <code>du code avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</code>",
253
-				2 => ENT_QUOTES,
254
-			],
255
-			47 => [
256
-				0 => '',
257
-				1 => "Un modele avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC <modeleinexistant|lien=[avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net]>",
258
-				2 => ENT_QUOTES,
259
-			],
260
-			48 => [
261
-				0 => '',
262
-				1 => "Un texte avec des retour
218
+                2 => ENT_QUOTES,
219
+            ],
220
+            40 => [
221
+                0 => '',
222
+                1 => "Un texte avec des <a href=\"http://spip.net\">liens avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</a> [Article 1 avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->art1] [spip avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net] http://www.spip.net",
223
+                2 => ENT_QUOTES,
224
+            ],
225
+            41 => [
226
+                0 => '',
227
+                1 => "Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
228
+                2 => ENT_QUOTES,
229
+            ],
230
+            42 => [
231
+                0 => '',
232
+                1 => "Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
233
+                2 => ENT_QUOTES,
234
+            ],
235
+            43 => [
236
+                0 => '',
237
+                1 => "Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
238
+                2 => ENT_QUOTES,
239
+            ],
240
+            44 => [
241
+                0 => '',
242
+                1 => "Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
243
+                2 => ENT_QUOTES,
244
+            ],
245
+            45 => [
246
+                0 => '',
247
+                1 => "Un texte sans entites &<>\"\' et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
248
+                2 => ENT_QUOTES,
249
+            ],
250
+            46 => [
251
+                0 => '',
252
+                1 => "{{{Des raccourcis avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}}} {italique avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC} {{gras avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}} <code>du code avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</code>",
253
+                2 => ENT_QUOTES,
254
+            ],
255
+            47 => [
256
+                0 => '',
257
+                1 => "Un modele avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC <modeleinexistant|lien=[avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net]>",
258
+                2 => ENT_QUOTES,
259
+            ],
260
+            48 => [
261
+                0 => '',
262
+                1 => "Un texte avec des retour
263 263
 a la ligne et meme des
264 264
 
265 265
 paragraphes avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
266
-				2 => ENT_QUOTES,
267
-			],
268
-			49 => [
269
-				0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/a&gt; [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net] http://www.spip.net',
270
-				1 => 'Un texte avec des <a href="http://spip.net">liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü</a> [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü->art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net] http://www.spip.net',
271
-				2 => ENT_QUOTES,
272
-			],
273
-			50 => [
274
-				0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
275
-				1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
276
-				2 => ENT_QUOTES,
277
-			],
278
-			51 => [
279
-				0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
280
-				1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
281
-				2 => ENT_QUOTES,
282
-			],
283
-			52 => [
284
-				0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
285
-				1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
286
-				2 => ENT_QUOTES,
287
-			],
288
-			53 => [
289
-				0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
290
-				1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
291
-				2 => ENT_QUOTES,
292
-			],
293
-			54 => [
294
-				0 => 'Un texte sans entites &amp;&lt;&gt;&quot;&#039; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
295
-				1 => 'Un texte sans entites &<>"\' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
296
-				2 => ENT_QUOTES,
297
-			],
298
-			55 => [
299
-				0 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} &lt;code&gt;du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/code&gt;',
300
-				1 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} <code>du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü</code>',
301
-				2 => ENT_QUOTES,
302
-			],
303
-			56 => [
304
-				0 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü &lt;modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net]&gt;',
305
-				1 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü <modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net]>',
306
-				2 => ENT_QUOTES,
307
-			],
308
-			57 => [
309
-				0 => 'Un texte avec des retour
266
+                2 => ENT_QUOTES,
267
+            ],
268
+            49 => [
269
+                0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/a&gt; [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net] http://www.spip.net',
270
+                1 => 'Un texte avec des <a href="http://spip.net">liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü</a> [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü->art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net] http://www.spip.net',
271
+                2 => ENT_QUOTES,
272
+            ],
273
+            50 => [
274
+                0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
275
+                1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
276
+                2 => ENT_QUOTES,
277
+            ],
278
+            51 => [
279
+                0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
280
+                1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
281
+                2 => ENT_QUOTES,
282
+            ],
283
+            52 => [
284
+                0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
285
+                1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
286
+                2 => ENT_QUOTES,
287
+            ],
288
+            53 => [
289
+                0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
290
+                1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
291
+                2 => ENT_QUOTES,
292
+            ],
293
+            54 => [
294
+                0 => 'Un texte sans entites &amp;&lt;&gt;&quot;&#039; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
295
+                1 => 'Un texte sans entites &<>"\' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
296
+                2 => ENT_QUOTES,
297
+            ],
298
+            55 => [
299
+                0 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} &lt;code&gt;du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/code&gt;',
300
+                1 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} <code>du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü</code>',
301
+                2 => ENT_QUOTES,
302
+            ],
303
+            56 => [
304
+                0 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü &lt;modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net]&gt;',
305
+                1 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü <modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net]>',
306
+                2 => ENT_QUOTES,
307
+            ],
308
+            57 => [
309
+                0 => 'Un texte avec des retour
310 310
 a la ligne et meme des
311 311
 
312 312
 paragraphes avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
313
-				1 => 'Un texte avec des retour
313
+                1 => 'Un texte avec des retour
314 314
 a la ligne et meme des
315 315
 
316 316
 paragraphes avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
317
-				2 => ENT_QUOTES,
318
-			],
319
-			58 => [
320
-				0 => '',
321
-				1 => '',
322
-				2 => ENT_COMPAT | ENT_HTML401,
323
-			],
324
-			59 => [
325
-				0 => '0',
326
-				1 => '0',
327
-				2 => ENT_COMPAT | ENT_HTML401,
328
-			],
329
-			60 => [
330
-				0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;http://www.spip.net] http://www.spip.net',
331
-				1 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->http://www.spip.net] http://www.spip.net',
332
-				2 => ENT_COMPAT | ENT_HTML401,
333
-			],
334
-			61 => [
335
-				0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
336
-				1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
337
-				2 => ENT_COMPAT | ENT_HTML401,
338
-			],
339
-			62 => [
340
-				0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot;',
341
-				1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
342
-				2 => ENT_COMPAT | ENT_HTML401,
343
-			],
344
-			63 => [
345
-				0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
346
-				1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot;',
347
-				2 => ENT_COMPAT | ENT_HTML401,
348
-			],
349
-			64 => [
350
-				0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot;',
351
-				1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
352
-				2 => ENT_COMPAT | ENT_HTML401,
353
-			],
354
-			65 => [
355
-				0 => "Un texte sans entites &amp;&lt;&gt;&quot;'",
356
-				1 => 'Un texte sans entites &<>"\'',
357
-				2 => ENT_COMPAT | ENT_HTML401,
358
-			],
359
-			66 => [
360
-				0 => '{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;',
361
-				1 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
362
-				2 => ENT_COMPAT | ENT_HTML401,
363
-			],
364
-			67 => [
365
-				0 => 'Un modele &lt;modeleinexistant|lien=[-&gt;http://www.spip.net]&gt;',
366
-				1 => 'Un modele <modeleinexistant|lien=[->http://www.spip.net]>',
367
-				2 => ENT_COMPAT | ENT_HTML401,
368
-			],
369
-			68 => [
370
-				0 => 'Un texte avec des retour
317
+                2 => ENT_QUOTES,
318
+            ],
319
+            58 => [
320
+                0 => '',
321
+                1 => '',
322
+                2 => ENT_COMPAT | ENT_HTML401,
323
+            ],
324
+            59 => [
325
+                0 => '0',
326
+                1 => '0',
327
+                2 => ENT_COMPAT | ENT_HTML401,
328
+            ],
329
+            60 => [
330
+                0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;http://www.spip.net] http://www.spip.net',
331
+                1 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->http://www.spip.net] http://www.spip.net',
332
+                2 => ENT_COMPAT | ENT_HTML401,
333
+            ],
334
+            61 => [
335
+                0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
336
+                1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
337
+                2 => ENT_COMPAT | ENT_HTML401,
338
+            ],
339
+            62 => [
340
+                0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot;',
341
+                1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
342
+                2 => ENT_COMPAT | ENT_HTML401,
343
+            ],
344
+            63 => [
345
+                0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
346
+                1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot;',
347
+                2 => ENT_COMPAT | ENT_HTML401,
348
+            ],
349
+            64 => [
350
+                0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot;',
351
+                1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
352
+                2 => ENT_COMPAT | ENT_HTML401,
353
+            ],
354
+            65 => [
355
+                0 => "Un texte sans entites &amp;&lt;&gt;&quot;'",
356
+                1 => 'Un texte sans entites &<>"\'',
357
+                2 => ENT_COMPAT | ENT_HTML401,
358
+            ],
359
+            66 => [
360
+                0 => '{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;',
361
+                1 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
362
+                2 => ENT_COMPAT | ENT_HTML401,
363
+            ],
364
+            67 => [
365
+                0 => 'Un modele &lt;modeleinexistant|lien=[-&gt;http://www.spip.net]&gt;',
366
+                1 => 'Un modele <modeleinexistant|lien=[->http://www.spip.net]>',
367
+                2 => ENT_COMPAT | ENT_HTML401,
368
+            ],
369
+            68 => [
370
+                0 => 'Un texte avec des retour
371 371
 a la ligne et meme des
372 372
 
373 373
 paragraphes',
374
-				1 => 'Un texte avec des retour
374
+                1 => 'Un texte avec des retour
375 375
 a la ligne et meme des
376 376
 
377 377
 paragraphes',
378
-				2 => ENT_COMPAT | ENT_HTML401,
379
-			],
380
-			69 => [
381
-				0 => '',
382
-				1 => "Un texte avec des <a href=\"http://spip.net\">liens avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</a> [Article 1 avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->art1] [spip avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net] http://www.spip.net",
383
-				2 => ENT_COMPAT | ENT_HTML401,
384
-			],
385
-			70 => [
386
-				0 => '',
387
-				1 => "Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
388
-				2 => ENT_COMPAT | ENT_HTML401,
389
-			],
390
-			71 => [
391
-				0 => '',
392
-				1 => "Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
393
-				2 => ENT_COMPAT | ENT_HTML401,
394
-			],
395
-			72 => [
396
-				0 => '',
397
-				1 => "Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
398
-				2 => ENT_COMPAT | ENT_HTML401,
399
-			],
400
-			73 => [
401
-				0 => '',
402
-				1 => "Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
403
-				2 => ENT_COMPAT | ENT_HTML401,
404
-			],
405
-			74 => [
406
-				0 => '',
407
-				1 => "Un texte sans entites &<>\"\' et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
408
-				2 => ENT_COMPAT | ENT_HTML401,
409
-			],
410
-			75 => [
411
-				0 => '',
412
-				1 => "{{{Des raccourcis avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}}} {italique avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC} {{gras avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}} <code>du code avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</code>",
413
-				2 => ENT_COMPAT | ENT_HTML401,
414
-			],
415
-			76 => [
416
-				0 => '',
417
-				1 => "Un modele avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC <modeleinexistant|lien=[avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net]>",
418
-				2 => ENT_COMPAT | ENT_HTML401,
419
-			],
420
-			77 => [
421
-				0 => '',
422
-				1 => "Un texte avec des retour
378
+                2 => ENT_COMPAT | ENT_HTML401,
379
+            ],
380
+            69 => [
381
+                0 => '',
382
+                1 => "Un texte avec des <a href=\"http://spip.net\">liens avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</a> [Article 1 avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->art1] [spip avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net] http://www.spip.net",
383
+                2 => ENT_COMPAT | ENT_HTML401,
384
+            ],
385
+            70 => [
386
+                0 => '',
387
+                1 => "Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
388
+                2 => ENT_COMPAT | ENT_HTML401,
389
+            ],
390
+            71 => [
391
+                0 => '',
392
+                1 => "Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
393
+                2 => ENT_COMPAT | ENT_HTML401,
394
+            ],
395
+            72 => [
396
+                0 => '',
397
+                1 => "Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
398
+                2 => ENT_COMPAT | ENT_HTML401,
399
+            ],
400
+            73 => [
401
+                0 => '',
402
+                1 => "Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
403
+                2 => ENT_COMPAT | ENT_HTML401,
404
+            ],
405
+            74 => [
406
+                0 => '',
407
+                1 => "Un texte sans entites &<>\"\' et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
408
+                2 => ENT_COMPAT | ENT_HTML401,
409
+            ],
410
+            75 => [
411
+                0 => '',
412
+                1 => "{{{Des raccourcis avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}}} {italique avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC} {{gras avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}} <code>du code avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</code>",
413
+                2 => ENT_COMPAT | ENT_HTML401,
414
+            ],
415
+            76 => [
416
+                0 => '',
417
+                1 => "Un modele avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC <modeleinexistant|lien=[avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net]>",
418
+                2 => ENT_COMPAT | ENT_HTML401,
419
+            ],
420
+            77 => [
421
+                0 => '',
422
+                1 => "Un texte avec des retour
423 423
 a la ligne et meme des
424 424
 
425 425
 paragraphes avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
426
-				2 => ENT_COMPAT | ENT_HTML401,
427
-			],
428
-			78 => [
429
-				0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/a&gt; [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net] http://www.spip.net',
430
-				1 => 'Un texte avec des <a href="http://spip.net">liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü</a> [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü->art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net] http://www.spip.net',
431
-				2 => ENT_COMPAT | ENT_HTML401,
432
-			],
433
-			79 => [
434
-				0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
435
-				1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
436
-				2 => ENT_COMPAT | ENT_HTML401,
437
-			],
438
-			80 => [
439
-				0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
440
-				1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
441
-				2 => ENT_COMPAT | ENT_HTML401,
442
-			],
443
-			81 => [
444
-				0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
445
-				1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
446
-				2 => ENT_COMPAT | ENT_HTML401,
447
-			],
448
-			82 => [
449
-				0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
450
-				1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
451
-				2 => ENT_COMPAT | ENT_HTML401,
452
-			],
453
-			83 => [
454
-				0 => "Un texte sans entites &amp;&lt;&gt;&quot;' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü",
455
-				1 => 'Un texte sans entites &<>"\' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
456
-				2 => ENT_COMPAT | ENT_HTML401,
457
-			],
458
-			84 => [
459
-				0 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} &lt;code&gt;du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/code&gt;',
460
-				1 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} <code>du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü</code>',
461
-				2 => ENT_COMPAT | ENT_HTML401,
462
-			],
463
-			85 => [
464
-				0 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü &lt;modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net]&gt;',
465
-				1 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü <modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net]>',
466
-				2 => ENT_COMPAT | ENT_HTML401,
467
-			],
468
-			86 => [
469
-				0 => 'Un texte avec des retour
426
+                2 => ENT_COMPAT | ENT_HTML401,
427
+            ],
428
+            78 => [
429
+                0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/a&gt; [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net] http://www.spip.net',
430
+                1 => 'Un texte avec des <a href="http://spip.net">liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü</a> [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü->art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net] http://www.spip.net',
431
+                2 => ENT_COMPAT | ENT_HTML401,
432
+            ],
433
+            79 => [
434
+                0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
435
+                1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
436
+                2 => ENT_COMPAT | ENT_HTML401,
437
+            ],
438
+            80 => [
439
+                0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
440
+                1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
441
+                2 => ENT_COMPAT | ENT_HTML401,
442
+            ],
443
+            81 => [
444
+                0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
445
+                1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
446
+                2 => ENT_COMPAT | ENT_HTML401,
447
+            ],
448
+            82 => [
449
+                0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
450
+                1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
451
+                2 => ENT_COMPAT | ENT_HTML401,
452
+            ],
453
+            83 => [
454
+                0 => "Un texte sans entites &amp;&lt;&gt;&quot;' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü",
455
+                1 => 'Un texte sans entites &<>"\' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
456
+                2 => ENT_COMPAT | ENT_HTML401,
457
+            ],
458
+            84 => [
459
+                0 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} &lt;code&gt;du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/code&gt;',
460
+                1 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} <code>du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü</code>',
461
+                2 => ENT_COMPAT | ENT_HTML401,
462
+            ],
463
+            85 => [
464
+                0 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü &lt;modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net]&gt;',
465
+                1 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü <modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net]>',
466
+                2 => ENT_COMPAT | ENT_HTML401,
467
+            ],
468
+            86 => [
469
+                0 => 'Un texte avec des retour
470 470
 a la ligne et meme des
471 471
 
472 472
 paragraphes avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
473
-				1 => 'Un texte avec des retour
473
+                1 => 'Un texte avec des retour
474 474
 a la ligne et meme des
475 475
 
476 476
 paragraphes avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
477
-				2 => ENT_COMPAT | ENT_HTML401,
478
-			],
479
-			87 => [
480
-				0 => '',
481
-				1 => '',
482
-				2 => ENT_COMPAT | ENT_HTML401,
483
-				3 => 'ISO-8859-1',
484
-			],
485
-			88 => [
486
-				0 => '0',
487
-				1 => '0',
488
-				2 => ENT_COMPAT | ENT_HTML401,
489
-				3 => 'ISO-8859-1',
490
-			],
491
-			89 => [
492
-				0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;http://www.spip.net] http://www.spip.net',
493
-				1 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->http://www.spip.net] http://www.spip.net',
494
-				2 => ENT_COMPAT | ENT_HTML401,
495
-				3 => 'ISO-8859-1',
496
-			],
497
-			90 => [
498
-				0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
499
-				1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
500
-				2 => ENT_COMPAT | ENT_HTML401,
501
-				3 => 'ISO-8859-1',
502
-			],
503
-			91 => [
504
-				0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot;',
505
-				1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
506
-				2 => ENT_COMPAT | ENT_HTML401,
507
-				3 => 'ISO-8859-1',
508
-			],
509
-			92 => [
510
-				0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
511
-				1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot;',
512
-				2 => ENT_COMPAT | ENT_HTML401,
513
-				3 => 'ISO-8859-1',
514
-			],
515
-			93 => [
516
-				0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot;',
517
-				1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
518
-				2 => ENT_COMPAT | ENT_HTML401,
519
-				3 => 'ISO-8859-1',
520
-			],
521
-			94 => [
522
-				0 => "Un texte sans entites &amp;&lt;&gt;&quot;'",
523
-				1 => 'Un texte sans entites &<>"\'',
524
-				2 => ENT_COMPAT | ENT_HTML401,
525
-				3 => 'ISO-8859-1',
526
-			],
527
-			95 => [
528
-				0 => '{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;',
529
-				1 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
530
-				2 => ENT_COMPAT | ENT_HTML401,
531
-				3 => 'ISO-8859-1',
532
-			],
533
-			96 => [
534
-				0 => 'Un modele &lt;modeleinexistant|lien=[-&gt;http://www.spip.net]&gt;',
535
-				1 => 'Un modele <modeleinexistant|lien=[->http://www.spip.net]>',
536
-				2 => ENT_COMPAT | ENT_HTML401,
537
-				3 => 'ISO-8859-1',
538
-			],
539
-			97 => [
540
-				0 => 'Un texte avec des retour
477
+                2 => ENT_COMPAT | ENT_HTML401,
478
+            ],
479
+            87 => [
480
+                0 => '',
481
+                1 => '',
482
+                2 => ENT_COMPAT | ENT_HTML401,
483
+                3 => 'ISO-8859-1',
484
+            ],
485
+            88 => [
486
+                0 => '0',
487
+                1 => '0',
488
+                2 => ENT_COMPAT | ENT_HTML401,
489
+                3 => 'ISO-8859-1',
490
+            ],
491
+            89 => [
492
+                0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;http://www.spip.net] http://www.spip.net',
493
+                1 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->http://www.spip.net] http://www.spip.net',
494
+                2 => ENT_COMPAT | ENT_HTML401,
495
+                3 => 'ISO-8859-1',
496
+            ],
497
+            90 => [
498
+                0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
499
+                1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
500
+                2 => ENT_COMPAT | ENT_HTML401,
501
+                3 => 'ISO-8859-1',
502
+            ],
503
+            91 => [
504
+                0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot;',
505
+                1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
506
+                2 => ENT_COMPAT | ENT_HTML401,
507
+                3 => 'ISO-8859-1',
508
+            ],
509
+            92 => [
510
+                0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
511
+                1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot;',
512
+                2 => ENT_COMPAT | ENT_HTML401,
513
+                3 => 'ISO-8859-1',
514
+            ],
515
+            93 => [
516
+                0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot;',
517
+                1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
518
+                2 => ENT_COMPAT | ENT_HTML401,
519
+                3 => 'ISO-8859-1',
520
+            ],
521
+            94 => [
522
+                0 => "Un texte sans entites &amp;&lt;&gt;&quot;'",
523
+                1 => 'Un texte sans entites &<>"\'',
524
+                2 => ENT_COMPAT | ENT_HTML401,
525
+                3 => 'ISO-8859-1',
526
+            ],
527
+            95 => [
528
+                0 => '{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;',
529
+                1 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
530
+                2 => ENT_COMPAT | ENT_HTML401,
531
+                3 => 'ISO-8859-1',
532
+            ],
533
+            96 => [
534
+                0 => 'Un modele &lt;modeleinexistant|lien=[-&gt;http://www.spip.net]&gt;',
535
+                1 => 'Un modele <modeleinexistant|lien=[->http://www.spip.net]>',
536
+                2 => ENT_COMPAT | ENT_HTML401,
537
+                3 => 'ISO-8859-1',
538
+            ],
539
+            97 => [
540
+                0 => 'Un texte avec des retour
541 541
 a la ligne et meme des
542 542
 
543 543
 paragraphes',
544
-				1 => 'Un texte avec des retour
544
+                1 => 'Un texte avec des retour
545 545
 a la ligne et meme des
546 546
 
547 547
 paragraphes',
548
-				2 => ENT_COMPAT | ENT_HTML401,
549
-				3 => 'ISO-8859-1',
550
-			],
551
-			98 => [
552
-				0 => "Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC&lt;/a&gt; [Article 1 avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC-&gt;art1] [spip avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC-&gt;http://www.spip.net] http://www.spip.net",
553
-				1 => "Un texte avec des <a href=\"http://spip.net\">liens avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</a> [Article 1 avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->art1] [spip avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net] http://www.spip.net",
554
-				2 => ENT_COMPAT | ENT_HTML401,
555
-				3 => 'ISO-8859-1',
556
-			],
557
-			99 => [
558
-				0 => "Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
559
-				1 => "Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
560
-				2 => ENT_COMPAT | ENT_HTML401,
561
-				3 => 'ISO-8859-1',
562
-			],
563
-			100 => [
564
-				0 => "Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
565
-				1 => "Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
566
-				2 => ENT_COMPAT | ENT_HTML401,
567
-				3 => 'ISO-8859-1',
568
-			],
569
-			101 => [
570
-				0 => "Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
571
-				1 => "Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
572
-				2 => ENT_COMPAT | ENT_HTML401,
573
-				3 => 'ISO-8859-1',
574
-			],
575
-			102 => [
576
-				0 => "Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
577
-				1 => "Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
578
-				2 => ENT_COMPAT | ENT_HTML401,
579
-				3 => 'ISO-8859-1',
580
-			],
581
-			103 => [
582
-				0 => "Un texte sans entites &amp;&lt;&gt;&quot;' et avec des accents ISO a\xe0\xe2\xe4 e\xe9\xe8\xea\xeb i\xee\xef o\xf4 u\xf9\xfc",
583
-				1 => "Un texte sans entites &<>\"' et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
584
-				2 => ENT_COMPAT | ENT_HTML401,
585
-				3 => 'ISO-8859-1',
586
-			],
587
-			104 => [
588
-				0 => "{{{Des raccourcis avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}}} {italique avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC} {{gras avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}} &lt;code&gt;du code avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC&lt;/code&gt;",
589
-				1 => "{{{Des raccourcis avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}}} {italique avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC} {{gras avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}} <code>du code avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</code>",
590
-				2 => ENT_COMPAT | ENT_HTML401,
591
-				3 => 'ISO-8859-1',
592
-			],
593
-			105 => [
594
-				0 => "Un modele avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC &lt;modeleinexistant|lien=[avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC-&gt;http://www.spip.net]&gt;",
595
-				1 => "Un modele avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC <modeleinexistant|lien=[avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net]>",
596
-				2 => ENT_COMPAT | ENT_HTML401,
597
-				3 => 'ISO-8859-1',
598
-			],
599
-			106 => [
600
-				0 => "Un texte avec des retour
548
+                2 => ENT_COMPAT | ENT_HTML401,
549
+                3 => 'ISO-8859-1',
550
+            ],
551
+            98 => [
552
+                0 => "Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC&lt;/a&gt; [Article 1 avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC-&gt;art1] [spip avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC-&gt;http://www.spip.net] http://www.spip.net",
553
+                1 => "Un texte avec des <a href=\"http://spip.net\">liens avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</a> [Article 1 avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->art1] [spip avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net] http://www.spip.net",
554
+                2 => ENT_COMPAT | ENT_HTML401,
555
+                3 => 'ISO-8859-1',
556
+            ],
557
+            99 => [
558
+                0 => "Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
559
+                1 => "Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
560
+                2 => ENT_COMPAT | ENT_HTML401,
561
+                3 => 'ISO-8859-1',
562
+            ],
563
+            100 => [
564
+                0 => "Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
565
+                1 => "Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
566
+                2 => ENT_COMPAT | ENT_HTML401,
567
+                3 => 'ISO-8859-1',
568
+            ],
569
+            101 => [
570
+                0 => "Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
571
+                1 => "Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
572
+                2 => ENT_COMPAT | ENT_HTML401,
573
+                3 => 'ISO-8859-1',
574
+            ],
575
+            102 => [
576
+                0 => "Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
577
+                1 => "Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
578
+                2 => ENT_COMPAT | ENT_HTML401,
579
+                3 => 'ISO-8859-1',
580
+            ],
581
+            103 => [
582
+                0 => "Un texte sans entites &amp;&lt;&gt;&quot;' et avec des accents ISO a\xe0\xe2\xe4 e\xe9\xe8\xea\xeb i\xee\xef o\xf4 u\xf9\xfc",
583
+                1 => "Un texte sans entites &<>\"' et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
584
+                2 => ENT_COMPAT | ENT_HTML401,
585
+                3 => 'ISO-8859-1',
586
+            ],
587
+            104 => [
588
+                0 => "{{{Des raccourcis avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}}} {italique avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC} {{gras avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}} &lt;code&gt;du code avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC&lt;/code&gt;",
589
+                1 => "{{{Des raccourcis avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}}} {italique avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC} {{gras avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}} <code>du code avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</code>",
590
+                2 => ENT_COMPAT | ENT_HTML401,
591
+                3 => 'ISO-8859-1',
592
+            ],
593
+            105 => [
594
+                0 => "Un modele avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC &lt;modeleinexistant|lien=[avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC-&gt;http://www.spip.net]&gt;",
595
+                1 => "Un modele avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC <modeleinexistant|lien=[avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net]>",
596
+                2 => ENT_COMPAT | ENT_HTML401,
597
+                3 => 'ISO-8859-1',
598
+            ],
599
+            106 => [
600
+                0 => "Un texte avec des retour
601 601
 a la ligne et meme des
602 602
 
603 603
 paragraphes avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
604
-				1 => "Un texte avec des retour
604
+                1 => "Un texte avec des retour
605 605
 a la ligne et meme des
606 606
 
607 607
 paragraphes avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
608
-				2 => ENT_COMPAT | ENT_HTML401,
609
-				3 => 'ISO-8859-1',
610
-			],
611
-			107 => [
612
-				0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/a&gt; [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net] http://www.spip.net',
613
-				1 => 'Un texte avec des <a href="http://spip.net">liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü</a> [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü->art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net] http://www.spip.net',
614
-				2 => ENT_COMPAT | ENT_HTML401,
615
-				3 => 'ISO-8859-1',
616
-			],
617
-			108 => [
618
-				0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
619
-				1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
620
-				2 => ENT_COMPAT | ENT_HTML401,
621
-				3 => 'ISO-8859-1',
622
-			],
623
-			109 => [
624
-				0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
625
-				1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
626
-				2 => ENT_COMPAT | ENT_HTML401,
627
-				3 => 'ISO-8859-1',
628
-			],
629
-			110 => [
630
-				0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
631
-				1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
632
-				2 => ENT_COMPAT | ENT_HTML401,
633
-				3 => 'ISO-8859-1',
634
-			],
635
-			111 => [
636
-				0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
637
-				1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
638
-				2 => ENT_COMPAT | ENT_HTML401,
639
-				3 => 'ISO-8859-1',
640
-			],
641
-			112 => [
642
-				0 => "Un texte sans entites &amp;&lt;&gt;&quot;' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü",
643
-				1 => 'Un texte sans entites &<>"\' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
644
-				2 => ENT_COMPAT | ENT_HTML401,
645
-				3 => 'ISO-8859-1',
646
-			],
647
-			113 => [
648
-				0 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} &lt;code&gt;du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/code&gt;',
649
-				1 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} <code>du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü</code>',
650
-				2 => ENT_COMPAT | ENT_HTML401,
651
-				3 => 'ISO-8859-1',
652
-			],
653
-			114 => [
654
-				0 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü &lt;modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net]&gt;',
655
-				1 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü <modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net]>',
656
-				2 => ENT_COMPAT | ENT_HTML401,
657
-				3 => 'ISO-8859-1',
658
-			],
659
-			115 => [
660
-				0 => 'Un texte avec des retour
608
+                2 => ENT_COMPAT | ENT_HTML401,
609
+                3 => 'ISO-8859-1',
610
+            ],
611
+            107 => [
612
+                0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/a&gt; [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net] http://www.spip.net',
613
+                1 => 'Un texte avec des <a href="http://spip.net">liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü</a> [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü->art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net] http://www.spip.net',
614
+                2 => ENT_COMPAT | ENT_HTML401,
615
+                3 => 'ISO-8859-1',
616
+            ],
617
+            108 => [
618
+                0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
619
+                1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
620
+                2 => ENT_COMPAT | ENT_HTML401,
621
+                3 => 'ISO-8859-1',
622
+            ],
623
+            109 => [
624
+                0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
625
+                1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
626
+                2 => ENT_COMPAT | ENT_HTML401,
627
+                3 => 'ISO-8859-1',
628
+            ],
629
+            110 => [
630
+                0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
631
+                1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
632
+                2 => ENT_COMPAT | ENT_HTML401,
633
+                3 => 'ISO-8859-1',
634
+            ],
635
+            111 => [
636
+                0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
637
+                1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
638
+                2 => ENT_COMPAT | ENT_HTML401,
639
+                3 => 'ISO-8859-1',
640
+            ],
641
+            112 => [
642
+                0 => "Un texte sans entites &amp;&lt;&gt;&quot;' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü",
643
+                1 => 'Un texte sans entites &<>"\' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
644
+                2 => ENT_COMPAT | ENT_HTML401,
645
+                3 => 'ISO-8859-1',
646
+            ],
647
+            113 => [
648
+                0 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} &lt;code&gt;du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/code&gt;',
649
+                1 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} <code>du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü</code>',
650
+                2 => ENT_COMPAT | ENT_HTML401,
651
+                3 => 'ISO-8859-1',
652
+            ],
653
+            114 => [
654
+                0 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü &lt;modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net]&gt;',
655
+                1 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü <modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net]>',
656
+                2 => ENT_COMPAT | ENT_HTML401,
657
+                3 => 'ISO-8859-1',
658
+            ],
659
+            115 => [
660
+                0 => 'Un texte avec des retour
661 661
 a la ligne et meme des
662 662
 
663 663
 paragraphes avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
664
-				1 => 'Un texte avec des retour
664
+                1 => 'Un texte avec des retour
665 665
 a la ligne et meme des
666 666
 
667 667
 paragraphes avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
668
-				2 => ENT_COMPAT | ENT_HTML401,
669
-				3 => 'ISO-8859-1',
670
-			],
671
-			116 => [
672
-				0 => '',
673
-				1 => '',
674
-				2 => ENT_COMPAT | ENT_HTML401,
675
-				3 => 'UTF-8',
676
-			],
677
-			117 => [
678
-				0 => '0',
679
-				1 => '0',
680
-				2 => ENT_COMPAT | ENT_HTML401,
681
-				3 => 'UTF-8',
682
-			],
683
-			118 => [
684
-				0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;http://www.spip.net] http://www.spip.net',
685
-				1 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->http://www.spip.net] http://www.spip.net',
686
-				2 => ENT_COMPAT | ENT_HTML401,
687
-				3 => 'UTF-8',
688
-			],
689
-			119 => [
690
-				0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
691
-				1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
692
-				2 => ENT_COMPAT | ENT_HTML401,
693
-				3 => 'UTF-8',
694
-			],
695
-			120 => [
696
-				0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot;',
697
-				1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
698
-				2 => ENT_COMPAT | ENT_HTML401,
699
-				3 => 'UTF-8',
700
-			],
701
-			121 => [
702
-				0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
703
-				1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot;',
704
-				2 => ENT_COMPAT | ENT_HTML401,
705
-				3 => 'UTF-8',
706
-			],
707
-			122 => [
708
-				0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot;',
709
-				1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
710
-				2 => ENT_COMPAT | ENT_HTML401,
711
-				3 => 'UTF-8',
712
-			],
713
-			123 => [
714
-				0 => "Un texte sans entites &amp;&lt;&gt;&quot;'",
715
-				1 => 'Un texte sans entites &<>"\'',
716
-				2 => ENT_COMPAT | ENT_HTML401,
717
-				3 => 'UTF-8',
718
-			],
719
-			124 => [
720
-				0 => '{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;',
721
-				1 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
722
-				2 => ENT_COMPAT | ENT_HTML401,
723
-				3 => 'UTF-8',
724
-			],
725
-			125 => [
726
-				0 => 'Un modele &lt;modeleinexistant|lien=[-&gt;http://www.spip.net]&gt;',
727
-				1 => 'Un modele <modeleinexistant|lien=[->http://www.spip.net]>',
728
-				2 => ENT_COMPAT | ENT_HTML401,
729
-				3 => 'UTF-8',
730
-			],
731
-			126 => [
732
-				0 => 'Un texte avec des retour
668
+                2 => ENT_COMPAT | ENT_HTML401,
669
+                3 => 'ISO-8859-1',
670
+            ],
671
+            116 => [
672
+                0 => '',
673
+                1 => '',
674
+                2 => ENT_COMPAT | ENT_HTML401,
675
+                3 => 'UTF-8',
676
+            ],
677
+            117 => [
678
+                0 => '0',
679
+                1 => '0',
680
+                2 => ENT_COMPAT | ENT_HTML401,
681
+                3 => 'UTF-8',
682
+            ],
683
+            118 => [
684
+                0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens&lt;/a&gt; [Article 1-&gt;art1] [spip-&gt;http://www.spip.net] http://www.spip.net',
685
+                1 => 'Un texte avec des <a href="http://spip.net">liens</a> [Article 1->art1] [spip->http://www.spip.net] http://www.spip.net',
686
+                2 => ENT_COMPAT | ENT_HTML401,
687
+                3 => 'UTF-8',
688
+            ],
689
+            119 => [
690
+                0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
691
+                1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot;',
692
+                2 => ENT_COMPAT | ENT_HTML401,
693
+                3 => 'UTF-8',
694
+            ],
695
+            120 => [
696
+                0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot;',
697
+                1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot;',
698
+                2 => ENT_COMPAT | ENT_HTML401,
699
+                3 => 'UTF-8',
700
+            ],
701
+            121 => [
702
+                0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
703
+                1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot;',
704
+                2 => ENT_COMPAT | ENT_HTML401,
705
+                3 => 'UTF-8',
706
+            ],
707
+            122 => [
708
+                0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot;',
709
+                1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot;',
710
+                2 => ENT_COMPAT | ENT_HTML401,
711
+                3 => 'UTF-8',
712
+            ],
713
+            123 => [
714
+                0 => "Un texte sans entites &amp;&lt;&gt;&quot;'",
715
+                1 => 'Un texte sans entites &<>"\'',
716
+                2 => ENT_COMPAT | ENT_HTML401,
717
+                3 => 'UTF-8',
718
+            ],
719
+            124 => [
720
+                0 => '{{{Des raccourcis}}} {italique} {{gras}} &lt;code&gt;du code&lt;/code&gt;',
721
+                1 => '{{{Des raccourcis}}} {italique} {{gras}} <code>du code</code>',
722
+                2 => ENT_COMPAT | ENT_HTML401,
723
+                3 => 'UTF-8',
724
+            ],
725
+            125 => [
726
+                0 => 'Un modele &lt;modeleinexistant|lien=[-&gt;http://www.spip.net]&gt;',
727
+                1 => 'Un modele <modeleinexistant|lien=[->http://www.spip.net]>',
728
+                2 => ENT_COMPAT | ENT_HTML401,
729
+                3 => 'UTF-8',
730
+            ],
731
+            126 => [
732
+                0 => 'Un texte avec des retour
733 733
 a la ligne et meme des
734 734
 
735 735
 paragraphes',
736
-				1 => 'Un texte avec des retour
736
+                1 => 'Un texte avec des retour
737 737
 a la ligne et meme des
738 738
 
739 739
 paragraphes',
740
-				2 => ENT_COMPAT | ENT_HTML401,
741
-				3 => 'UTF-8',
742
-			],
743
-			127 => [
744
-				0 => '',
745
-				1 => "Un texte avec des <a href=\"http://spip.net\">liens avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</a> [Article 1 avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->art1] [spip avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net] http://www.spip.net",
746
-				2 => ENT_COMPAT | ENT_HTML401,
747
-				3 => 'UTF-8',
748
-			],
749
-			128 => [
750
-				0 => '',
751
-				1 => "Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
752
-				2 => ENT_COMPAT | ENT_HTML401,
753
-				3 => 'UTF-8',
754
-			],
755
-			129 => [
756
-				0 => '',
757
-				1 => "Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
758
-				2 => ENT_COMPAT | ENT_HTML401,
759
-				3 => 'UTF-8',
760
-			],
761
-			130 => [
762
-				0 => '',
763
-				1 => "Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
764
-				2 => ENT_COMPAT | ENT_HTML401,
765
-				3 => 'UTF-8',
766
-			],
767
-			131 => [
768
-				0 => '',
769
-				1 => "Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
770
-				2 => ENT_COMPAT | ENT_HTML401,
771
-				3 => 'UTF-8',
772
-			],
773
-			132 => [
774
-				0 => '',
775
-				1 => "Un texte sans entites &<>\"\' et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
776
-				2 => ENT_COMPAT | ENT_HTML401,
777
-				3 => 'UTF-8',
778
-			],
779
-			133 => [
780
-				0 => '',
781
-				1 => "{{{Des raccourcis avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}}} {italique avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC} {{gras avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}} <code>du code avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</code>",
782
-				2 => ENT_COMPAT | ENT_HTML401,
783
-				3 => 'UTF-8',
784
-			],
785
-			134 => [
786
-				0 => '',
787
-				1 => "Un modele avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC <modeleinexistant|lien=[avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net]>",
788
-				2 => ENT_COMPAT | ENT_HTML401,
789
-				3 => 'UTF-8',
790
-			],
791
-			135 => [
792
-				0 => '',
793
-				1 => "Un texte avec des retour
740
+                2 => ENT_COMPAT | ENT_HTML401,
741
+                3 => 'UTF-8',
742
+            ],
743
+            127 => [
744
+                0 => '',
745
+                1 => "Un texte avec des <a href=\"http://spip.net\">liens avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</a> [Article 1 avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->art1] [spip avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net] http://www.spip.net",
746
+                2 => ENT_COMPAT | ENT_HTML401,
747
+                3 => 'UTF-8',
748
+            ],
749
+            128 => [
750
+                0 => '',
751
+                1 => "Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
752
+                2 => ENT_COMPAT | ENT_HTML401,
753
+                3 => 'UTF-8',
754
+            ],
755
+            129 => [
756
+                0 => '',
757
+                1 => "Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
758
+                2 => ENT_COMPAT | ENT_HTML401,
759
+                3 => 'UTF-8',
760
+            ],
761
+            130 => [
762
+                0 => '',
763
+                1 => "Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
764
+                2 => ENT_COMPAT | ENT_HTML401,
765
+                3 => 'UTF-8',
766
+            ],
767
+            131 => [
768
+                0 => '',
769
+                1 => "Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
770
+                2 => ENT_COMPAT | ENT_HTML401,
771
+                3 => 'UTF-8',
772
+            ],
773
+            132 => [
774
+                0 => '',
775
+                1 => "Un texte sans entites &<>\"\' et avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
776
+                2 => ENT_COMPAT | ENT_HTML401,
777
+                3 => 'UTF-8',
778
+            ],
779
+            133 => [
780
+                0 => '',
781
+                1 => "{{{Des raccourcis avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}}} {italique avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC} {{gras avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC}} <code>du code avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC</code>",
782
+                2 => ENT_COMPAT | ENT_HTML401,
783
+                3 => 'UTF-8',
784
+            ],
785
+            134 => [
786
+                0 => '',
787
+                1 => "Un modele avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC <modeleinexistant|lien=[avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC->http://www.spip.net]>",
788
+                2 => ENT_COMPAT | ENT_HTML401,
789
+                3 => 'UTF-8',
790
+            ],
791
+            135 => [
792
+                0 => '',
793
+                1 => "Un texte avec des retour
794 794
 a la ligne et meme des
795 795
 
796 796
 paragraphes avec des accents ISO a\xE0\xE2\xE4 e\xE9\xE8\xEA\xEB i\xEE\xEF o\xF4 u\xF9\xFC",
797
-				2 => ENT_COMPAT | ENT_HTML401,
798
-				3 => 'UTF-8',
799
-			],
800
-			136 => [
801
-				0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/a&gt; [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net] http://www.spip.net',
802
-				1 => 'Un texte avec des <a href="http://spip.net">liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü</a> [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü->art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net] http://www.spip.net',
803
-				2 => ENT_COMPAT | ENT_HTML401,
804
-				3 => 'UTF-8',
805
-			],
806
-			137 => [
807
-				0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
808
-				1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
809
-				2 => ENT_COMPAT | ENT_HTML401,
810
-				3 => 'UTF-8',
811
-			],
812
-			138 => [
813
-				0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
814
-				1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
815
-				2 => ENT_COMPAT | ENT_HTML401,
816
-				3 => 'UTF-8',
817
-			],
818
-			139 => [
819
-				0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
820
-				1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
821
-				2 => ENT_COMPAT | ENT_HTML401,
822
-				3 => 'UTF-8',
823
-			],
824
-			140 => [
825
-				0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
826
-				1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
827
-				2 => ENT_COMPAT | ENT_HTML401,
828
-				3 => 'UTF-8',
829
-			],
830
-			141 => [
831
-				0 => "Un texte sans entites &amp;&lt;&gt;&quot;' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü",
832
-				1 => 'Un texte sans entites &<>"\' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
833
-				2 => ENT_COMPAT | ENT_HTML401,
834
-				3 => 'UTF-8',
835
-			],
836
-			142 => [
837
-				0 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} &lt;code&gt;du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/code&gt;',
838
-				1 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} <code>du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü</code>',
839
-				2 => ENT_COMPAT | ENT_HTML401,
840
-				3 => 'UTF-8',
841
-			],
842
-			143 => [
843
-				0 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü &lt;modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net]&gt;',
844
-				1 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü <modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net]>',
845
-				2 => ENT_COMPAT | ENT_HTML401,
846
-				3 => 'UTF-8',
847
-			],
848
-			144 => [
849
-				0 => 'Un texte avec des retour
797
+                2 => ENT_COMPAT | ENT_HTML401,
798
+                3 => 'UTF-8',
799
+            ],
800
+            136 => [
801
+                0 => 'Un texte avec des &lt;a href=&quot;http://spip.net&quot;&gt;liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/a&gt; [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net] http://www.spip.net',
802
+                1 => 'Un texte avec des <a href="http://spip.net">liens avec des accents UTF-8 aàâä eéèêë iîï oô uùü</a> [Article 1 avec des accents UTF-8 aàâä eéèêë iîï oô uùü->art1] [spip avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net] http://www.spip.net',
803
+                2 => ENT_COMPAT | ENT_HTML401,
804
+                3 => 'UTF-8',
805
+            ],
806
+            137 => [
807
+                0 => 'Un texte avec des entit&amp;eacute;s &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
808
+                1 => 'Un texte avec des entit&eacute;s &amp;&lt;&gt;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
809
+                2 => ENT_COMPAT | ENT_HTML401,
810
+                3 => 'UTF-8',
811
+            ],
812
+            138 => [
813
+                0 => 'Un texte avec des entit&amp;amp;eacute;s echap&amp;amp;eacute; &amp;amp;amp;&amp;amp;lt;&amp;amp;gt;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
814
+                1 => 'Un texte avec des entit&amp;eacute;s echap&amp;eacute; &amp;amp;&amp;lt;&amp;gt;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
815
+                2 => ENT_COMPAT | ENT_HTML401,
816
+                3 => 'UTF-8',
817
+            ],
818
+            139 => [
819
+                0 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
820
+                1 => 'Un texte avec des entit&#233;s num&#233;riques &#38;&#60;&#62;&quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
821
+                2 => ENT_COMPAT | ENT_HTML401,
822
+                3 => 'UTF-8',
823
+            ],
824
+            140 => [
825
+                0 => 'Un texte avec des entit&amp;amp;#233;s num&amp;amp;#233;riques echap&amp;amp;#233;es &amp;amp;#38;&amp;amp;#60;&amp;amp;#62;&amp;amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
826
+                1 => 'Un texte avec des entit&amp;#233;s num&amp;#233;riques echap&amp;#233;es &amp;#38;&amp;#60;&amp;#62;&amp;quot; et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
827
+                2 => ENT_COMPAT | ENT_HTML401,
828
+                3 => 'UTF-8',
829
+            ],
830
+            141 => [
831
+                0 => "Un texte sans entites &amp;&lt;&gt;&quot;' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü",
832
+                1 => 'Un texte sans entites &<>"\' et avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
833
+                2 => ENT_COMPAT | ENT_HTML401,
834
+                3 => 'UTF-8',
835
+            ],
836
+            142 => [
837
+                0 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} &lt;code&gt;du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü&lt;/code&gt;',
838
+                1 => '{{{Des raccourcis avec des accents UTF-8 aàâä eéèêë iîï oô uùü}}} {italique avec des accents UTF-8 aàâä eéèêë iîï oô uùü} {{gras avec des accents UTF-8 aàâä eéèêë iîï oô uùü}} <code>du code avec des accents UTF-8 aàâä eéèêë iîï oô uùü</code>',
839
+                2 => ENT_COMPAT | ENT_HTML401,
840
+                3 => 'UTF-8',
841
+            ],
842
+            143 => [
843
+                0 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü &lt;modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü-&gt;http://www.spip.net]&gt;',
844
+                1 => 'Un modele avec des accents UTF-8 aàâä eéèêë iîï oô uùü <modeleinexistant|lien=[avec des accents UTF-8 aàâä eéèêë iîï oô uùü->http://www.spip.net]>',
845
+                2 => ENT_COMPAT | ENT_HTML401,
846
+                3 => 'UTF-8',
847
+            ],
848
+            144 => [
849
+                0 => 'Un texte avec des retour
850 850
 a la ligne et meme des
851 851
 
852 852
 paragraphes avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
853
-				1 => 'Un texte avec des retour
853
+                1 => 'Un texte avec des retour
854 854
 a la ligne et meme des
855 855
 
856 856
 paragraphes avec des accents UTF-8 aàâä eéèêë iîï oô uùü',
857
-				2 => ENT_COMPAT | ENT_HTML401,
858
-				3 => 'UTF-8',
859
-			],
860
-		];
861
-	}
857
+                2 => ENT_COMPAT | ENT_HTML401,
858
+                3 => 'UTF-8',
859
+            ],
860
+        ];
861
+    }
862 862
 }
Please login to merge, or discard this patch.