()
| 31 | |
| 32 | |
| 33 | def 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 | |
| 39 | def test_bird(): |
nothing calls this directly
no test coverage detected