From 6352bf209587e59947ee5f5f92ead13bfaa165ff Mon Sep 17 00:00:00 2001 From: William Palin Date: Fri, 23 Aug 2024 12:31:47 -0400 Subject: [PATCH] feat(reporters): Add Neutral Citation (NH) Add neutral citaitons for NH add regex to volume NH pages --- reporters_db/data/reporters.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/reporters_db/data/reporters.json b/reporters_db/data/reporters.json index 8c5f069..187ae9f 100644 --- a/reporters_db/data/reporters.json +++ b/reporters_db/data/reporters.json @@ -17072,9 +17072,15 @@ "editions": { "N.H.": { "end": null, + "regexes": [ + "(?P\\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", @@ -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": [