@@ -319,7 +319,7 @@ |
||
319 | 319 | 1. <g>--TEST--</g> is not required and not even used (files names are used instead) |
320 | 320 | 2. Only sub-set of sections supported and only sub-set of <g>--EXPECTF--</g> tags |
321 | 321 | 3. <g>--EXPECT*--</g> sections are interpreted as code and its output is used as expected result |
322 | -HTML |
|
322 | +html |
|
323 | 323 | ); |
324 | 324 | exit; |
325 | 325 | } |
@@ -273,7 +273,7 @@ discard block |
||
273 | 273 | ); |
274 | 274 | $base_target_file_name = basename($base_target_file_path); |
275 | 275 | // Replace first script with combined file |
276 | - $data = str_replace( |
|
276 | + $data = str_replace( |
|
277 | 277 | $scripts_to_replace[0], |
278 | 278 | "<script src=\"$base_target_file_name.js?$content_md5\"></script>", |
279 | 279 | $data |
@@ -377,7 +377,7 @@ discard block |
||
377 | 377 | ); |
378 | 378 | $base_target_file_name = basename($base_target_file_path); |
379 | 379 | // Replace first link or style with combined file |
380 | - $data = str_replace( |
|
380 | + $data = str_replace( |
|
381 | 381 | $links_and_styles_to_replace[0], |
382 | 382 | "<link rel=\"import\" type=\"css\" href=\"$base_target_file_name.css?$content_md5\">", |
383 | 383 | $data |