()
| 664 | |
| 665 | #[test] |
| 666 | fn test_parse_fstring_equals() { |
| 667 | let source = r#"f"{42 == 42}""#; |
| 668 | let suite = parse_suite(source).unwrap(); |
| 669 | insta::assert_debug_snapshot!(suite); |
| 670 | } |
| 671 | |
| 672 | #[test] |
| 673 | fn test_parse_fstring_self_doc_prec_space() { |
nothing calls this directly
no test coverage detected