mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-20 13:38:24 +01:00
Fix error in EntityDecodingTests.
This commit is contained in:
parent
3e9f6fbfab
commit
f4449e198e
@ -153,5 +153,5 @@ func stringForResource(_ filename: String, _ fileExtension: String) -> String {
|
|||||||
|
|
||||||
func decodedString(_ s: String) -> String {
|
func decodedString(_ s: String) -> String {
|
||||||
|
|
||||||
HTMLEntityDecoder.decodedString(s)!
|
HTMLEntityDecoder.decodedString(s)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user