Skip to content

Commit

Permalink
Merge pull request #183 from freelawproject/update-nh-neutral-citations
Browse files Browse the repository at this point in the history
feat(reporters): Add Neutral Citation (NH)
  • Loading branch information
flooie authored Aug 23, 2024
2 parents 831e677 + 6352bf2 commit 3df715b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions reporters_db/data/reporters.json
Original file line number Diff line number Diff line change
Expand Up @@ -17072,9 +17072,15 @@
"editions": {
"N.H.": {
"end": null,
"regexes": [
"(?P<volume>\\d{1,3}) $reporter $page"
],
"start": "1816-01-01T00:00:00"
}
},
"examples": [
"172 N.H. 123"
],
"mlz_jurisdiction": [
"us:nh;supreme.court",
"us:c1:nh.d;district.court",
Expand All @@ -17086,6 +17092,26 @@
"N.H. Rep.": "N.H.",
"N.H.R.": "N.H."
}
},
{
"cite_type": "neutral",
"editions": {
"N.H.": {
"end": null,
"regexes": [
"$volume_year $reporter $page"
],
"start": "2024-01-01T00:00:00"
}
},
"examples": [
"2024 N.H. 123"
],
"mlz_jurisdiction": [
"us:nh;supreme.court"
],
"name": "New Hampshire State Neutral Citation",
"variations": {}
}
],
"N.H. LEXIS": [
Expand Down

0 comments on commit 3df715b

Please sign in to comment.