Fix error in EntityDecodingTests.

This commit is contained in:
Brent Simmons 2024-09-28 22:25:35 -07:00
parent 3e9f6fbfab
commit f4449e198e

View File

@ -153,5 +153,5 @@ func stringForResource(_ filename: String, _ fileExtension: String) -> String {
func decodedString(_ s: String) -> String {
HTMLEntityDecoder.decodedString(s)!
HTMLEntityDecoder.decodedString(s)
}