()
| 582 | |
| 583 | #[test] |
| 584 | fn test_parse_fstring_nested_spec() { |
| 585 | let source = r#"f"{foo:{spec}}""#; |
| 586 | let suite = parse_suite(source).unwrap(); |
| 587 | insta::assert_debug_snapshot!(suite); |
| 588 | } |
| 589 | |
| 590 | #[test] |
| 591 | fn parse_fstring_nested_spec_grows_stack() { |
nothing calls this directly
no test coverage detected