Merge branch 'master' into pr/1726

This commit is contained in:
Jeroen van Rijn
2022-04-30 21:01:04 +02:00
18 changed files with 194 additions and 387 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ run_tests :: proc(t: ^testing.T) {
path := test_file_path(test.filename)
log(t, fmt.tprintf("Trying to parse %v", path))
doc, err := xml.parse(path, test.options, Silent)
doc, err := xml.load_from_file(path, test.options, Silent)
defer xml.destroy(doc)
tree_string := doc_to_string(doc)