Skip to content

Problem with CONT and CONC in multiline records #22

@mikew0143

Description

@mikew0143
  1. Data is being lost from the start of a CONT field. The specification says that leading spaces etc should not be trimmed from the start of the content
  2. A space is being inserted between words that are split because of CONC. The specification says that values should only be split at a non-space in the gedcom file therefore the lines should only be connected by \n and/or \l

The code responsible for this appears to be parser.php.

Note: the Torture tests have NOTE structures that are not valid Gedcom . The lines being split at spaces.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions