MCPcopy Create free account
hub / github.com/coooodeer/parse-rust / test_basic

Function test_basic

tests/test_search.py:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4def test_basic():
5 r = parse.search("a {} c", " a b c ")
6 assert r.fixed == ("b",)
7
8
9def test_multiline():

Callers

nothing calls this directly

Calls 1

searchMethod · 0.45

Tested by

no test coverage detected