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

Function test_unicode

tests/test_parse.py:54–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52
53
54def test_unicode():
55 # issue29: make sure unicode is parsable
56 r = parse.parse("{}", "t€ststr")
57 assert r[0] == "t€ststr"
58
59
60def test_hexadecimal():

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected