Changeset 48325 for trunk/tests/phpunit/tests/dependencies/jquery.php
- Timestamp:
- 07/05/2020 08:27:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/jquery.php
r48324 r48325 24 24 25 25 // As of 5.5 jQuery 1.12.4 is loaded without Migrate 1.4.1. 26 // Disable, but keep the followin ttest for 5.6 when jQuery would be updated to 3.5.1+ and26 // Disable, but keep the following test for 5.6 when jQuery would be updated to 3.5.1+ and 27 27 // the latest Migrate will be used. 28 28 /* … … 120 120 } 121 121 122 // Match only one script tag fo pr 5.5, revert to `{2}` for 5.6.123 $this->expectOutputRegex( '/^(?:<script[^>]+><\/script>\\n) $/' );122 // Match only one script tag for 5.5, revert to `{2}` for 5.6. 123 $this->expectOutputRegex( '/^(?:<script[^>]+><\/script>\\n){1}$/' ); 124 124 125 125 $scripts->do_items( false, 0 );
Note: See TracChangeset
for help on using the changeset viewer.