MCPcopy 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
203def test_multiline():
204 r = parse.parse("hello\n{}\nworld", "hello\nthere\nworld")
205 assert r.fixed[0] == "there"
206
207
208def test_spans():

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected