Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

- Remove repeated reporter `C.I.T.` and add it as a variation of `Ct. Int'l Trade`
- Move variation `M.` to correct reporter `Mich.`
- Update Volume regex

## Current Version

Expand Down
6 changes: 3 additions & 3 deletions reporters_db/data/laws.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
"cite_type": "admin_register",
"end": null,
"examples": [
"043 Ark. Reg. 0"
"43 Ark. Reg. 0"
],
"jurisdiction": "Arkansas",
"name": "Arkansas Register",
Expand Down Expand Up @@ -1592,7 +1592,7 @@
"cite_type": "admin_register",
"end": null,
"examples": [
"0 Idaho Admin. Bull. 6"
"1 Idaho Admin. Bull. 6"
],
"jurisdiction": "Idaho",
"name": "Idaho Administrative Bulletin",
Expand Down Expand Up @@ -4414,7 +4414,7 @@
"cite_type": "admin_register",
"end": null,
"examples": [
"059 Okla. Gaz. 9275"
"59 Okla. Gaz. 9275"
],
"jurisdiction": "Oklahoma",
"name": "Oklahoma Gazette 1962-1983",
Expand Down
2 changes: 1 addition & 1 deletion reporters_db/data/regexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"section_marker": "((§§?)|([Ss]((ec)(tion)?)?s?\\.?))",
"volume": {
"": "(?P<volume>\\d+)",
"": "(?P<volume>[1-9]\\d*)",
"#": "Standard volume number",
"nominative": "(?:(?P<volume>\\d{1,2}) )?",
"nominative#": "Nominative volume number embedded in an official cite; made optional for single-volume nominatives",
Expand Down