refactor: rename DTree to DValue
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user