Fix whitespace normalize

This commit is contained in:
Jeroen van Rijn
2026-06-30 13:23:18 +02:00
parent 62511914de
commit 4b9f396cb3
2 changed files with 26 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ decode_xml :: proc(input: string, options := XML_Decode_Options{}, allocator :=
for i in 0..<count {
write_rune(&builder, decoded[i])
}
prev = decoded[count - 1]
continue
}
}