Skip to content

Commit 9e4b5e4

Browse files
Merge branch '6.3' into 6.4
* 6.3: (27 commits) [Filesystem] Follow symlinks when dumping files [Security] Add clock dependency to OidcTokenHandler [DependencyInjection] Escape `%` from parameter-like default values [SecurityBundle] add missing xsd definition for OIDC [FrameworkBundle] remove support for preloading ESM modules using headers Fix tests [SecurityBundle] Fix configuring OIDC user info token handler client [Notifier] Fix ContactEveryoneOptions CS fix [FrameworkBundle][PhpUnitBridge] Configure doctrine/deprecations as expected [HttpKernel] Fix default value ignored with pinned resolvers Fix unable to use asset mapper with CSP Fix Typos Ignore definitions bearing the `container.excluded` tag Bump Symfony version to 6.3.0 Update VERSION for 6.3.0-RC2 Update CHANGELOG for 6.3.0-RC2 Bump Symfony version to 6.2.12 Update VERSION for 6.2.11 Update CHANGELOG for 6.2.11 ...
2 parents 36bbef5 + 54ed31a commit 9e4b5e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Translation/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)