Skip to content

Commit 094c0df

Browse files
authored
Merge pull request #103 from MITLibraries/TIMX-235-aspace-date-range
TIMX-235 Update ASpace EAD date parsing
2 parents 4557960 + 0ba0781 commit 094c0df

File tree

6 files changed

+265
-135
lines changed

6 files changed

+265
-135
lines changed

Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ flake8 = "*"
2222
isort = "*"
2323
mypy = "*"
2424
pytest = "*"
25+
ipython = "*"
2526

2627
[requires]
2728
python_version = "3.11"

Pipfile.lock

+177-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/fixtures/ead/ead_record_all_fields.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<num>VC.0002</num>
3333
</unittitle>
3434
<unittitle>Title 3</unittitle>
35-
<unitdate certainty="approximate" datechar="creation">1905-2012</unitdate>
35+
<unitdate certainty="approximate" datechar="creation" normal="1905/2012">1905-2012</unitdate>
3636
<unitid>
3737
1234
3838
</unitid>

0 commit comments

Comments
 (0)