()
| 596 | |
| 597 | #[test] |
| 598 | fn test_parse_fstring_nested_spec() { |
| 599 | let source = r#"f"{foo:{spec}}""#; |
| 600 | let suite = parse_suite(source).unwrap(); |
| 601 | insta::assert_debug_snapshot!(suite); |
| 602 | } |
| 603 | |
| 604 | #[test] |
| 605 | fn test_parse_fstring_nested_spec_recursion_limit() { |
nothing calls this directly
no test coverage detected