feat: Add Texas Business neutral citation to reporters.json - #232
Merged
Conversation
flooie
reviewed
Jul 30, 2025
| ], | ||
| "Tex. Bus.": [ | ||
| { | ||
| "cite_type": "state", |
flooie
reviewed
Jul 30, 2025
| "editions": { | ||
| "Tex. Bus.": { | ||
| "end": null, | ||
| "start": "1891-01-01T00:00:00", |
Contributor
There was a problem hiding this comment.
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 -
flooie
requested changes
Jul 30, 2025
flooie
left a comment
Contributor
There was a problem hiding this comment.
"Tex. Bus.": [
{
"cite_type": "neutral",
"editions": {
"Tex. Bus.": {
"end": null,
"start": "2024-10-30T00:00:00",
"regexes": [
"$volume_year $reporter $page"
]
}
},
"examples": [
"2025 Tex. Bus. 28",
"2024 Tex. Bus. 6"
],
"mlz_jurisdiction": [
"us:tx;business.court"
],
"name": "Texas Business Court"
}
]
Is what you wanted. You also have tests failing because formatting is off.
freelawbot
added a commit
that referenced
this pull request
Jul 30, 2025
quevon24
self-requested a review
August 5, 2025 17:14
quevon24
requested changes
Aug 5, 2025
quevon24
left a comment
Member
There was a problem hiding this comment.
The reporter's name is incorrect
Co-authored-by: Kevin Ramirez <kvnzavalza@hotmail.com>
freelawbot
added a commit
that referenced
this pull request
Aug 12, 2025
The Eyecite Report 👁️Gains and LossesThere were 0 gains and 0 losses. Click here to see details.
Time ChartGenerated Files |
flooie
approved these changes
Aug 15, 2025
flooie
approved these changes
Aug 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This pull request introduces changes to support the Texas Business Court Reporter.
this PR addresses -- #231