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