Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
def
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
54
def
test_unicode():
Callers
nothing calls this directly
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected