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

Function test_pipe

tests/test_parse.py:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47
48def test_pipe():
49 # issue22: make sure a | in the parse string is handled correctly
50 r = parse.parse("| {}", "| teststr")
51 assert r[0] == "teststr"
52
53
54def test_unicode():

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected