(t *testing.T)
| 466 | } |
| 467 | |
| 468 | func TestBindingTOML(t *testing.T) { |
| 469 | testBodyBinding(t, |
| 470 | TOML, "toml", |
| 471 | "/", "/", |
| 472 | `foo="bar"`, `bar="foo"`) |
| 473 | } |
| 474 | |
| 475 | func TestBindingTOMLFail(t *testing.T) { |
| 476 | testBodyBindingFail(t, |
nothing calls this directly
no test coverage detected