Skip to content

Commit

Permalink
Merge pull request #103 from MITLibraries/TIMX-235-aspace-date-range
Browse files Browse the repository at this point in the history
TIMX-235 Update ASpace EAD date parsing
  • Loading branch information
ghukill authored Aug 22, 2023
2 parents 4557960 + 0ba0781 commit 094c0df
Show file tree
Hide file tree
Showing 6 changed files with 265 additions and 135 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ flake8 = "*"
isort = "*"
mypy = "*"
pytest = "*"
ipython = "*"

[requires]
python_version = "3.11"
Expand Down
213 changes: 177 additions & 36 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/fixtures/ead/ead_record_all_fields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<num>VC.0002</num>
</unittitle>
<unittitle>Title 3</unittitle>
<unitdate certainty="approximate" datechar="creation">1905-2012</unitdate>
<unitdate certainty="approximate" datechar="creation" normal="1905/2012">1905-2012</unitdate>
<unitid>
1234
</unitid>
Expand Down
Loading

0 comments on commit 094c0df

Please sign in to comment.