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

Function test_parse_fstring_equals

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

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

parse_suiteFunction · 0.70

Tested by

no test coverage detected