mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
test(encoding): add unit tests for CharsetReader function
This commit is contained in:
parent
7f54b27079
commit
af1f966250
7 changed files with 189 additions and 0 deletions
6
internal/reader/encoding/testdata/windows-1252-incorrect-prolog.xml
vendored
Normal file
6
internal/reader/encoding/testdata/windows-1252-incorrect-prolog.xml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="windows-1252"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>Euro €</title>
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue