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
This PR was submitted for the 6.3 branch but it was merged into the 5.4 branch instead.
Discussion
----------
Simple fix typos
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| License | MIT
Just a quick handful of English typos.
Commits
-------
83d469d Fix Typos
Copy file name to clipboardExpand all lines: src/Symfony/Contracts/Translation/Test/TranslatorTest.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -258,21 +258,21 @@ public static function getChooseTests()
258
258
new-line in it. Selector = 0.|{1}This is a text with a
259
259
new-line in it. Selector = 1.|[1,Inf]This is a text with a
260
260
new-line in it. Selector > 1.', 5],
261
-
// with double-quotes and id split accros lines
261
+
// with double-quotes and id split across lines
262
262
['This is a text with a
263
263
new-line in it. Selector = 1.', '{0}This is a text with a
264
264
new-line in it. Selector = 0.|{1}This is a text with a
265
265
new-line in it. Selector = 1.|[1,Inf]This is a text with a
266
266
new-line in it. Selector > 1.', 1],
267
-
// with single-quotes and id split accros lines
267
+
// with single-quotes and id split across lines
268
268
['This is a text with a
269
269
new-line in it. Selector > 1.', '{0}This is a text with a
270
270
new-line in it. Selector = 0.|{1}This is a text with a
271
271
new-line in it. Selector = 1.|[1,Inf]This is a text with a
272
272
new-line in it. Selector > 1.', 5],
273
273
// with single-quotes and \n in text
274
274
['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],
275
-
// with double-quotes and id split accros lines
275
+
// with double-quotes and id split across lines
276
276
["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],
277
277
// escape pipe
278
278
['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