File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,23 +132,23 @@ public function test_esc_like( $input, $expected ) {
132132
133133 public function data_esc_like () {
134134 return array (
135- 'single percent ' => array (
135+ 'single percent ' => array (
136136 'howdy% ' ,
137137 'howdy \\% ' ,
138138 ),
139- 'single underscore ' => array (
139+ 'single underscore ' => array (
140140 'howdy_ ' ,
141141 'howdy \\_ ' ,
142142 ),
143- 'single slash ' => array (
143+ 'single slash ' => array (
144144 'howdy \\' ,
145145 'howdy \\\\' ,
146146 ),
147- 'the works ' => array (
147+ 'the works ' => array (
148148 'howdy \\howdy%howdy_ ' ,
149149 'howdy \\\\howdy \\%howdy \\_ ' ,
150150 ),
151- 'plain text ' => array (
151+ 'plain text ' => array (
152152 'howdy \'"[[]*#[^howdy]!+)(*&$#@!~|}{=--`/.,<>? ' ,
153153 'howdy \'"[[]*#[^howdy]!+)(*&$#@!~|}{=--`/.,<>? ' ,
154154 ),
You can’t perform that action at this time.
0 commit comments