mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 10:36:16 +00:00
Allowed whitespace in front of opening tags
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6772 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
de5f744a9c
commit
493d5e61e1
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ class CakeTestCase extends UnitTestCase {
|
|||
foreach ($tags as $tag => $attributes) {
|
||||
$regex[] = array(
|
||||
sprintf('Open %s tag', $tag),
|
||||
sprintf('<%s', preg_quote($tag, '/')),
|
||||
sprintf('[\s]*<%s', preg_quote($tag, '/')),
|
||||
$i,
|
||||
);
|
||||
if ($attributes === true) {
|
||||
|
|
Loading…
Add table
Reference in a new issue