Skip to content

Commit

Permalink
Merge pull request #191 from freelawproject/189-fix-auto-cas-cch
Browse files Browse the repository at this point in the history
fix(repoters): Add regex pattern for auto cas cch pattern
  • Loading branch information
flooie authored Dec 13, 2024
2 parents 21acb13 + 1af19fc commit b5f8179
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions reporters_db/data/reporters.json
Original file line number Diff line number Diff line change
Expand Up @@ -1860,13 +1860,21 @@
"editions": {
"Auto. Cas.": {
"end": null,
"regexes": [
"$full_cite",
"$full_cite_cch"
],
"start": "1895-01-01T00:00:00"
},
"Auto. Cas.2d": {
"end": null,
"start": "1895-01-01T00:00:00"
}
},
"examples": [
"1972 Auto. Cas. (CCH) P7530",
"612 Auto. Cas. 3"
],
"mlz_jurisdiction": [],
"name": "Automobile Cases (CCH)",
"variations": {
Expand Down

0 comments on commit b5f8179

Please sign in to comment.