1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-10-05 19:31:01 +00:00

test(xml): add test cases regarding XML encoding

This commit is contained in:
Frédéric Guillot 2025-09-30 20:36:14 -07:00
parent fac18d5c57
commit 04a360a536
4 changed files with 93 additions and 6 deletions

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso8859-1"?>
<note>
<to>Anaïs</to>
<from>Jürgen</from>
</note>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<note>
<to>Anaïs</to>
<from>Jürgen</from>
</note>