Skip to content

Commit

Permalink
EWCR not EWCRC
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dxw committed Sep 2, 2024
1 parent faaab7c commit 7e89a21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/ds_caselaw_utils/data/court_names.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,11 @@
end_year: 2022
selectable: false
listable: false
- code: "EWCRC"
- code: "EWCR"
name: "Crown Court"
link: https://www.judiciary.uk/courts-and-tribunals/crown-court/
ncn: \[(\d{4})\] (EWCRC) (\d+)
param: "ewcrc"
ncn: \[(\d{4})\] (EWCR) (\d+)
param: "ewcr"
start_year: 2024
end_year: 2024
selectable: false
Expand Down
2 changes: 1 addition & 1 deletion src/ds_caselaw_utils/data/neutral_citation_regex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'^\[(\d{4})\] (EWHC) (\d+) \((Admin|Admlty|Ch|Comm|Costs|Fam|IPEC|Pat|QB|KB|SCCO|TCC)\)$',
[2, 4, 1, 3],
],
['^\[(\d{4})\] (EWFC|EWCOP|EWCC|EWCRC) (\d+)$', [2, 1, 3]],
['^\[(\d{4})\] (EWFC|EWCOP|EWCC|EWCR) (\d+)$', [2, 1, 3]],
['^\[(\d{4})\] (EWCOP) (\d+) \((T1|T2|T3)\)$', [2, 4, 1, 3]],
['^\[(\d{4})\] (UKUT) (\d+) \((AAC|IAC|LC|TCC)\)$', [2, 4, 1, 3]],
['^\[(\d{4})\] (EAT) (\d+)$', [2, 1, 3]],
Expand Down

0 comments on commit 7e89a21

Please sign in to comment.