Skip to content

Commit 2a59ca0

Browse files
committed
wow test
1 parent 70424f9 commit 2a59ca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Helpers/TagHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private static function buildMatchEndOfOpeningTagReqex(): string
8484
private static function buildMatchAttributeNameWithAnyValueReqex(string $name): string
8585
{
8686
$nameQuoted = self::escapeReqexCharsInString($name);
87-
87+
dasd
8888
return '/(?<pre><.*? )(?<name>' .
8989
$nameQuoted .
9090
')(?<glue>=")(?<value>.*?)(?<post>".*?>)/';

0 commit comments

Comments
 (0)