def test_parse_regulatory_citations(text, expected):
    assert parse_regulatory_citations(text) == expected
def test_parse_regulatory_citations(text, expected):
    assert parse_regulatory_citations(text) == expected