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 pyap/source_US/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ def str_list_to_upper_lower_regex(str_list: List[str]) -> str:
"Hollows",
"Holw",
"Holws",
"House",
"Hrbor",
"Ht",
"Hts",
Expand Down
1 change: 1 addition & 0 deletions tests/test_parser_us.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ def test_po_box_positive(input, expected):
("123 Chase street", True),
("123 Chase Wimbledom St.", True),
("82 ALBRO TRACT", True),
("6123 SHEFFIELD HOUSE", True),
# negative assertions
("6 95 34 75 COMPANY PHONE IS", False),
(", 666 Hell ST PMB 29700", False),
Expand Down