@@ -96,10 +96
BB41
,10 @@ public function getChooseTests()
96
96
97
97
// Test texts with new-lines
98
98
// with double-quotes and \n in id & double-quotes and actual newlines in text
99
- array ("This is a text with a \n new-line in it. Selector = 0. " , " {0}This is a text with a
99
+ array ("This is a text with a \n new-line in it. Selector = 0. " , ' {0}This is a text with a
100
100
new-line in it. Selector = 0.|{1}This is a text with a
101
101
new-line in it. Selector = 1.|[1,Inf]This is a text with a
102
- new-line in it. Selector > 1. " , 0 ),
102
+ new-line in it. Selector > 1. ' , 0 ),
103
103
// with double-quotes and \n in id and single-quotes and actual newlines in text
104
104
array ("This is a text with a \n new-line in it. Selector = 1. " , '{0}This is a text with a
105
105
new-line in it. Selector = 0.|{1}This is a text with a
@@ -110,8 +110,8 @@ public function getChooseTests()
110
110
new-line in it. Selector = 1.|[1,Inf]This is a text with a
111
111
new-line in it. Selector > 1. ' , 5 ),
112
112
// with double-quotes and id split accros lines
113
- array (" This is a text with a
114
- new-line in it. Selector = 1. " , '{0}This is a text with a
113
+ array (' This is a text with a
114
+ new-line in it. Selector = 1. ' , '{0}This is a text with a
115
115
new-line in it. Selector = 0.|{1}This is a text with a
116
116
new-line in it. Selector = 1.|[1,Inf]This is a text with a
117
117
new-line in it. Selector > 1. ' , 1 ),
0 commit comments