Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -11,6 +11,7 @@
- Other features (suggestions welcome)?

## Upcoming Changes
- add Texas business court reporter #231


## Current Version
Expand Down
21 changes: 21 additions & 0 deletions reporters_db/data/reporters.json
Original file line number Diff line number Diff line change
Expand Up @@ -25367,6 +25367,27 @@
"variations": {}
}
],
"Tex. Bus.": [
{
"cite_type": "state",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its not state its Neutral

"editions": {
"Tex. Bus.": {
"end": null,
"start": "1891-01-01T00:00:00",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not the year it started.

https://en.wikipedia.org/wiki/Texas_Business_Court

looks like it was established in 2023- but if you look at the first published opinion I think its closer to November 2024 -

"regexes": [
"$volume_year $reporter $page"
]
}
},
"examples": [
"2025 Tex. Bus. 28"
],
"mlz_jurisdiction": [
"us:tx;business.court"
],
"name": "Texas Business Nuetral citation",
Comment thread
Luis-manzur marked this conversation as resolved.
Outdated
}
],
"Tex. Civ. App.": [
{
"cite_type": "state",
Expand Down
Loading