MCPcopy Create free account
hub / github.com/GerbenJavado/LinkFinder / test_parser_cli_multi

Function test_parser_cli_multi

test_parser.py:57–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 assert get_parse_cli("\"services/customer.services.js\"") == ["services/customer.services.js"]
56
57def test_parser_cli_multi():
58 assert set(get_parse_cli("href=\"http://example.com\";href=\"/api/create.php\"")) == set(["http://example.com", "/api/create.php"])
59
60def test_parser_unique():
61 '''

Callers

nothing calls this directly

Calls 1

get_parse_cliFunction · 0.85

Tested by

no test coverage detected