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

Function test_numbered

tests/test_pattern.py:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32
33def test_numbered():
34 _test_expression("{0}", r"(.+?)")
35 _test_expression("{0} {1}", r"(.+?) (.+?)")
36 _test_expression("{0:f} {1:f}", r"([-+ ]?\d*\.\d+) ([-+ ]?\d*\.\d+)")
37
38
39def test_bird():

Callers

nothing calls this directly

Calls 1

_test_expressionFunction · 0.85

Tested by

no test coverage detected