MCPcopy Create free account
hub / github.com/astral-sh/ruff / test_parse_empty_fstring

Function test_parse_empty_fstring

crates/ruff_python_parser/src/string.rs:620–624  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

618
619 #[test]
620 fn test_parse_empty_fstring() {
621 let source = r#"f"""#;
622 let suite = parse_suite(source).unwrap();
623 insta::assert_debug_snapshot!(suite);
624 }
625
626 #[test]
627 fn test_fstring_parse_self_documenting_base() {

Callers

nothing calls this directly

Calls 1

parse_suiteFunction · 0.70

Tested by

no test coverage detected