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:603–607  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

601
602 #[test]
603 fn test_parse_empty_fstring() {
604 let source = r#"f"""#;
605 let suite = parse_suite(source).unwrap();
606 insta::assert_debug_snapshot!(suite);
607 }
608
609 #[test]
610 fn test_fstring_parse_self_documenting_base() {

Callers

nothing calls this directly

Calls 1

parse_suiteFunction · 0.70

Tested by

no test coverage detected