Skip to content

Commit

Permalink
feat(reporters): add PA Super neutral citation
Browse files Browse the repository at this point in the history
Solves #186
  • Loading branch information
grossir committed Nov 21, 2024
1 parent 3eab422 commit 8e4be02
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion reporters_db/data/reporters.json
Original file line number Diff line number Diff line change
Expand Up @@ -21479,10 +21479,18 @@
"cite_type": "state",
"editions": {
"Pa. Super.": {
"end": null,
"end": "1998-12-31T00:00:00",
"regexes": [
"(?P<volume>\\d{1,3}) $reporter $page"
],
"start": "1895-01-01T00:00:00"
}
},
"examples": [
"1 Pa. Super. 77",
"319 Pa. Super. 77",
"7 Pa. Super 70"
],
"mlz_jurisdiction": [
"us:pa;supreme.court",
"us:pa;superior.court",
Expand All @@ -21498,6 +21506,29 @@
"Pa.Super.": "Pa. Super.",
"Pa.Super.Ct.": "Pa. Super."
}
},
{
"cite_type": "neutral",
"editions": {
"Pa. Super.": {
"end": null,
"regexes": [
"$volume_year $reporter $page"
],
"start": "1999-01-01T00:00:00"
}
},
"examples": [
"1999 Pa. Super. 1",
"2015 Pa. Super. 2"
],
"mlz_jurisdiction": [
"us:pa;superior.court"
],
"name": "Pennsylvania Superior Court Neutral Citation",
"variations": {
"PA Super": "Pa. Super."
}
}
],
"Pa. Super. LEXIS": [
Expand Down

0 comments on commit 8e4be02

Please sign in to comment.