Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
def
test_basic():
5
r = parse.search(
"a {} c"
,
" a b c "
)
6
assert r.fixed == (
"b"
,)
7
8
9
def
test_multiline():
Callers
nothing calls this directly
Calls
1
search
Method · 0.45
Tested by
no test coverage detected