Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.0
-
Fix Version/s: None
-
Component/s: osis2mod
-
Labels:
Description
Outside of tokens, consecutive whitespace (spaces, tabs, newlines and anything else isspace(ch) identifies) is replaced with a single ascii space.
The problem is that an entity does not reset the looking for whitespace. So if whitespace precedes an entity, then all whitespace immediately after the entity is dropped.