Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coooodeer/parse-rust
/ test_multiline
Function
test_multiline
tests/test_parse.py:203–205 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
201
202
203
def
test_multiline():
204
r = parse.parse(
"hello\n{}\nworld"
,
"hello\nthere\nworld"
)
205
assert r.fixed[0] ==
"there"
206
207
208
def
test_spans():
Callers
nothing calls this directly
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected