Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(reporters): add PA Super neutral citation #187

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading