Skip to content

Commit

Permalink
feat(reporters): Add Neutral Citation (NH)
Browse files Browse the repository at this point in the history
Add neutral citaitons for NH
add regex to volume NH pages
  • Loading branch information
flooie committed Aug 23, 2024
1 parent 831e677 commit 6352bf2
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 6352bf2

Please sign in to comment.