aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/xml/example
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2024-01-17 21:10:49 +0100
committerGitHub <noreply@github.com>2024-01-17 21:10:49 +0100
commitea43c030aa0f984679e78e624dab0ceedc56db26 (patch)
tree014f2c1b6284164f636ec0b4aa4d3270a66c7724 /core/encoding/xml/example
parent1b83f4a18b4bcfef7029aed5af99408e737aece4 (diff)
parentd54f34a1626712ac43c9b78225829af11cbd0712 (diff)
Merge pull request #3107 from ktsiligkiris/documentation/fix_xml_docs
Fix comments for proper rendering in documentation in encoding/xml
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
+}