mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 02:12:22 -07:00
[xml] Improve XML tests, test core:encoding/entity.
This commit is contained in:
@@ -50,6 +50,7 @@ _main :: proc() {
|
||||
using fmt
|
||||
|
||||
options := xml.Options{ flags = { .Ignore_Unsupported, .Intern_Comments, .Unbox_CDATA, .Decode_SGML_Entities }}
|
||||
|
||||
doc, _ := xml.parse(#load("test.html"), options)
|
||||
|
||||
defer xml.destroy(doc)
|
||||
|
||||
Reference in New Issue
Block a user