fire-eggs / YAGP

"Yet Another GEDCOM Parser" - newer/faster/complete GEDCOM parser in C#
Apache License 2.0
9 stars 3 forks source link

Verify error line #s #76

Open fire-eggs opened 6 years ago

fire-eggs commented 6 years ago

Need to verify the recorded line numbers for errors is always correct.

At this point, errors in sub-records (e.g. under INDI.NOTE, INDI.NAME, etc) may have line numbers relative to the sub-record, not the file.

Also need to check sub-sub-records (e.g. INDI.NOTE.SOUR, etc).