mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix bug in HTMLEntityDecoder. Make tests pass.
This commit is contained in:
@@ -121,7 +121,7 @@ final class EntityScanner {
|
||||
scanLocation = initialScanLocation + 1
|
||||
return nil
|
||||
}
|
||||
scanLocation = initialScanLocation + 1
|
||||
scanLocation = scanLocation + 1
|
||||
return decodedEntity
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user