Commit 1a26d28
File tree
Expand file treeCollapse file tree
12 files changed
+106
-62
lines changedFilter options
- src/Symfony/Component
- Config
- Tests/Util
- Util
- CssSelector/Tests/XPath
- DomCrawler
- Tests
- Serializer
- Encoder
- Tests/Encoder
- Translation
- Loader
- Tests
- Loader
- fixtures
Expand file treeCollapse file tree
12 files changed
+106
-62
lines changedsrc/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php+39Lines changed: 39 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
130 | 130 |
|
131 | 131 |
|
132 | 132 |
|
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
133 | 172 |
|
134 | 173 |
|
135 | 174 |
|
|
src/Symfony/Component/Config/Util/XmlUtils.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Util/XmlUtils.php+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
43 | 48 |
|
44 | 49 |
|
45 | 50 |
|
46 | 51 |
|
47 | 52 |
|
48 | 53 |
|
49 |
| - |
| 54 | + |
50 | 55 |
|
51 | 56 |
|
52 | 57 |
|
|
src/Symfony/Component/CssSelector/Tests/XPath/TranslatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Tests/XPath/TranslatorTest.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
| 62 | + |
| 63 | + |
62 | 64 |
|
63 | 65 |
|
64 | 66 |
|
|
src/Symfony/Component/DomCrawler/Crawler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/Crawler.php+11-7Lines changed: 11 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
144 |
| - |
| 144 | + |
145 | 145 |
|
146 | 146 |
|
147 | 147 |
|
| ||
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
164 |
| - |
| 164 | + |
| 165 | + |
| 166 | + |
165 | 167 |
|
166 |
| - |
| 168 | + |
167 | 169 |
|
168 | 170 |
|
169 | 171 |
|
| ||
200 | 202 |
|
201 | 203 |
|
202 | 204 |
|
203 |
| - |
| 205 | + |
204 | 206 |
|
205 | 207 |
|
206 | 208 |
|
207 | 209 |
|
208 | 210 |
|
209 |
| - |
210 |
| - |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
211 | 215 |
|
212 |
| - |
| 216 | + |
213 | 217 |
|
214 | 218 |
|
215 | 219 |
|
|
src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
132 |
| - |
| 132 | + |
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
| ||
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
152 |
| - |
| 152 | + |
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
| ||
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
182 |
| - |
| 182 | + |
183 | 183 |
|
184 | 184 |
|
185 | 185 |
|
| ||
197 | 197 |
|
198 | 198 |
|
199 | 199 |
|
200 |
| - |
| 200 | + |
201 | 201 |
|
202 | 202 |
|
203 | 203 |
|
|
src/Symfony/Component/Serializer/Encoder/XmlEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/XmlEncoder.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
69 | 73 |
|
70 | 74 |
|
71 | 75 |
|
| ||
77 | 81 |
|
78 | 82 |
|
79 | 83 |
|
| 84 | + |
| 85 | + |
80 | 86 |
|
81 | 87 |
|
82 | 88 |
|
|
src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
330 | 330 |
|
331 | 331 |
|
332 | 332 |
|
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
333 | 339 |
|
334 | 340 |
|
335 | 341 |
|
|
src/Symfony/Component/Translation/Loader/QtFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Loader/QtFileLoader.php+9-30Lines changed: 9 additions & 30 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
47 | 48 |
|
48 | 49 |
|
| 50 | + |
| 51 | + |
| 52 | + |
49 | 53 |
|
50 | 54 |
|
51 | 55 |
|
| ||
67 | 71 |
|
68 | 72 |
|
69 | 73 |
|
70 |
| - |
| 74 | + |
71 | 75 |
|
72 | 76 |
|
73 | 77 |
|
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 | 78 |
|
src/Symfony/Component/Translation/Loader/XliffFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Loader/XliffFileLoader.php+6-19Lines changed: 6 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
86 | 87 |
|
87 | 88 |
|
88 | 89 |
|
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
99 | 94 |
|
100 | 95 |
|
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
| 96 | + |
110 | 97 |
|
111 | 98 |
|
112 | 99 |
|
|
src/Symfony/Component/Translation/Tests/Loader/QtFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/Loader/QtFileLoaderTest.php+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
66 | 74 |
|
src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
113 | 121 |
|
src/Symfony/Component/Translation/Tests/fixtures/empty.xlf
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/fixtures/empty.xlfWhitespace-only changes.
0 commit comments