Skip to content

feat: add F. App'x (Federal Appendix) to federal-reporter pattern#60

Closed
medelman17 wants to merge 1 commit intomainfrom
claude/issue-44-20260206-0711
Closed

feat: add F. App'x (Federal Appendix) to federal-reporter pattern#60
medelman17 wants to merge 1 commit intomainfrom
claude/issue-44-20260206-0711

Conversation

@medelman17
Copy link
Copy Markdown
Owner

Summary

Adds support for F. App'x (Federal Appendix) citations, used for unpublished federal opinions.

Changes

  • Added F.\s?App'x to the federal-reporter regex pattern in src/patterns/casePatterns.ts
  • Added unit test in tests/extract/extractCase.test.ts
  • Added integration test in tests/integration/fullPipeline.test.ts

Test Coverage

Now correctly extracts:

  • 500 F. App'x 100 → volume=500, reporter="F. App'x", page=100
  • 500 F. App'x 100 (11th Cir. 2012) → full citation with court and year

Closes #44

Generated with Claude Code

- Added F.\s?App'x as an alternative in the federal-reporter regex pattern
- Added unit test in tests/extract/extractCase.test.ts
- Added integration test in tests/integration/fullPipeline.test.ts

Closes #44

Co-authored-by: Michael Edelman  <medelman17@users.noreply.github.com>
@medelman17
Copy link
Copy Markdown
Owner Author

Closing — F.App'x support already landed on main via commit 8485b1d (fix: Pattern bugs #44, #46, #47, #48). Tests are also failing on this branch.

@medelman17 medelman17 closed this Mar 13, 2026
@medelman17 medelman17 deleted the claude/issue-44-20260206-0711 branch March 13, 2026 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add F. App'x (Federal Appendix) to federal-reporter pattern

1 participant