Fix DB IO placeholder detect and count regex

comment regex: (?:\-\-[^\r\n]*?\r?\n)*

Which is AFTER the element search as the comment can appear anywhere after the tag trigger
This commit is contained in:
Clemens Schwaighofer
2024-12-11 10:30:41 +09:00
parent 880f15ac6f
commit 5343034768
6 changed files with 146 additions and 37 deletions

View File

@@ -28,7 +28,6 @@ $log = new CoreLibs\Logging\Logging([
'log_per_date' => true,
]);
$PAGE_NAME = 'TEST CLASS: DB CONVERT PLACEHOLDER';
print "<!DOCTYPE html>";
print "<html><head><title>" . $PAGE_NAME . "</title></head>";