Commit fd21ca7
committed
fix(regexes): Remove leading zero from volume
000 Harper 123 and 00 Harper 123
were both being identified in a junk table
but then resolving to the same citation
and throwing a bug. I can think of
zero known citations that start with 01 parent b15efaf commit fd21ca7
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| |||
1592 | 1592 | | |
1593 | 1593 | | |
1594 | 1594 | | |
1595 | | - | |
| 1595 | + | |
1596 | 1596 | | |
1597 | 1597 | | |
1598 | 1598 | | |
| |||
4414 | 4414 | | |
4415 | 4415 | | |
4416 | 4416 | | |
4417 | | - | |
| 4417 | + | |
4418 | 4418 | | |
4419 | 4419 | | |
4420 | 4420 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments