mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-08 16:18:48 +01:00
Fix bug in HTMLEntityDecoder. Make tests pass.
This commit is contained in:
parent
88675adff2
commit
32a7480e6c
@ -121,7 +121,7 @@ final class EntityScanner {
|
||||
scanLocation = initialScanLocation + 1
|
||||
return nil
|
||||
}
|
||||
scanLocation = initialScanLocation + 1
|
||||
scanLocation = scanLocation + 1
|
||||
return decodedEntity
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user