Skip to content

Commit a723ae9

Browse files
Merge branch '6.2' into 6.3
* 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
2 parents 7a222d7 + 9a2e093 commit a723ae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Test/TranslatorTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,21 +255,21 @@ public static function getChooseTests()
255255
new-line in it. Selector = 0.|{1}This is a text with a
256256
new-line in it. Selector = 1.|[1,Inf]This is a text with a
257257
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
259259
['This is a text with a
260260
new-line in it. Selector = 1.', '{0}This is a text with a
261261
new-line in it. Selector = 0.|{1}This is a text with a
262262
new-line in it. Selector = 1.|[1,Inf]This is a text with a
263263
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
265265
['This is a text with a
266266
new-line in it. Selector > 1.', '{0}This is a text with a
267267
new-line in it. Selector = 0.|{1}This is a text with a
268268
new-line in it. Selector = 1.|[1,Inf]This is a text with a
269269
new-line in it. Selector > 1.', 5],
270270
// with single-quotes and \n in text
271271
['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
273273
["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],
274274
// escape pipe
275275
['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

Comments
 (0)