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

Function test_fixed

tests/test_pattern.py:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def test_fixed():
16 # pull a simple string out of another string
17 _test_expression("{}", r"(.+?)")
18 _test_expression("{} {}", r"(.+?) (.+?)")
19
20
21def test_named():

Callers

nothing calls this directly

Calls 1

_test_expressionFunction · 0.85

Tested by

no test coverage detected