You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 6.2:
Fix Typos
Ignore definitions bearing the `container.excluded` tag
Bump Symfony version to 6.2.12
Update VERSION for 6.2.11
Update CHANGELOG for 6.2.11
Bump Symfony version to 5.4.25
Update CONTRIBUTORS for 5.4.24
Update VERSION for 5.4.24
Update CHANGELOG for 5.4.24
Copy file name to clipboardExpand all lines: Test/TranslatorTest.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -255,21 +255,21 @@ public static function getChooseTests()
255
255
new-line in it. Selector = 0.|{1}This is a text with a
256
256
new-line in it. Selector = 1.|[1,Inf]This is a text with a
257
257
new-line in it. Selector > 1.', 5],
258
-
// with double-quotes and id split accros lines
258
+
// with double-quotes and id split across lines
259
259
['This is a text with a
260
260
new-line in it. Selector = 1.', '{0}This is a text with a
261
261
new-line in it. Selector = 0.|{1}This is a text with a
262
262
new-line in it. Selector = 1.|[1,Inf]This is a text with a
263
263
new-line in it. Selector > 1.', 1],
264
-
// with single-quotes and id split accros lines
264
+
// with single-quotes and id split across lines
265
265
['This is a text with a
266
266
new-line in it. Selector > 1.', '{0}This is a text with a
267
267
new-line in it. Selector = 0.|{1}This is a text with a
268
268
new-line in it. Selector = 1.|[1,Inf]This is a text with a
269
269
new-line in it. Selector > 1.', 5],
270
270
// with single-quotes and \n in text
271
271
['This is a text with a\nnew-line in it. Selector = 0.', '{0}This is a text with a\nnew-line in it. Selector = 0.|{1}This is a text with a\nnew-line in it. Selector = 1.|[1,Inf]This is a text with a\nnew-line in it. Selector > 1.', 0],
272
-
// with double-quotes and id split accros lines
272
+
// with double-quotes and id split across lines
273
273
["This is a text with a\nnew-line in it. Selector = 1.", "{0}This is a text with a\nnew-line in it. Selector = 0.|{1}This is a text with a\nnew-line in it. Selector = 1.|[1,Inf]This is a text with a\nnew-line in it. Selector > 1.", 1],
274
274
// escape pipe
275
275
['This is a text with | in it. Selector = 0.', '{0}This is a text with || in it. Selector = 0.|{1}This is a text with || in it. Selector = 1.', 0],
0 commit comments