Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Dec 21, 2023
1 parent ebafd84 commit 8e13c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Configurator/Helpers/TemplateModifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function ($m)
'/\\$[0-9]+/',
function ($m, $node)
{
return ['literal', str_replace('PatchedNodes\\', '', get_class($node))];
return ['literal', preg_replace('(SweetDOM\\\\\\K.*\\\\)', '', get_class($node))];
},
'<b id="s9e\\SweetDOM\\Attr">s9e\\SweetDOM\\Text</b>'
],
Expand Down

0 comments on commit 8e13c93

Please sign in to comment.