issues
search
andy-z
/
ged4py
GEDCOM tools for Python
MIT License
18
stars
7
forks
source link
Add simple integrity check to parser
#4
Closed
andy-z
closed
6 years ago
andy-z
commented
6 years ago
Checks nesting of the records:
level of the record can not increase by more than one from its preceding record
level of CONT/CONC record must be +1 from its preceding regular record or the same as preceding CONT/CONC record
Checks nesting of the records: