aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/xml/example
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-01-17 22:41:28 +0000
committergingerBill <bill@gingerbill.org>2024-01-17 22:41:28 +0000
commitc35d5d4c4210a1f38fd49dde6181add058f4b4c0 (patch)
treec4aa7a10eb45ca9cef70b0983e5ea2ac32198eca /core/encoding/xml/example
parent248a0bfa5f21ed09311887e3a8d9c79b6ec94fe4 (diff)
parent37ae9eb6093e15ce9e690c5ac92c321bd0e0d0a4 (diff)
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'core/encoding/xml/example')
-rw-r--r--core/encoding/xml/example/xml_example.odin4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/encoding/xml/example/xml_example.odin b/core/encoding/xml/example/xml_example.odin
index aebb8d0ea..9648143db 100644
--- a/core/encoding/xml/example/xml_example.odin
+++ b/core/encoding/xml/example/xml_example.odin
@@ -20,7 +20,7 @@ example :: proc() {
xml.destroy(docs[round])
}
- DOC :: #load("../../../../tests/core/assets/XML/unicode.xml")
+ DOC :: #load("../../../../tests/core/assets/XML/utf8.xml")
input := DOC
for round in 0..<N {
@@ -109,4 +109,4 @@ main :: proc() {
}
}
println("Done and cleaned up!")
-} \ No newline at end of file
+}