refactor: rename DTree to DValue

This commit is contained in:
udo
2026-06-12 11:05:52 +00:00
parent 941f5aea08
commit 7066da3cde
157 changed files with 1203 additions and 1074 deletions
+2 -2
View File
@@ -64,9 +64,9 @@ void site_tests_card(String href, String title, String description, String tags
print("</a>");
}
DTree site_tests_manifest(String manifest_path = "manifest.txt")
DValue site_tests_manifest(String manifest_path = "manifest.txt")
{
DTree manifest;
DValue manifest;
for(String line : split(file_get_contents(manifest_path), "\n"))
{
line = trim(line);