Skip to content

Commit fa0f490

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Typos In Comments Typos on 6.0 branch remove duplicated catch block s/<\br>/<br> [HttpClient] Fix retrying requests when the content is used by the strategy
2 parents 8656c9e + 70f40ce commit fa0f490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Translation/Test/TranslatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function getChooseTests()
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],
272272
// with double-quotes and id split accros 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],
274-
// esacape pipe
274+
// 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],
276276
// Empty plural set (2 plural forms) from a .PO file
277277
['', '|', 1],

0 commit comments

Comments
 (0)