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

Source from the content-addressed store, hash-verified

681
682 #[test]
683 fn test_parse_fstring_equals() {
684 let source = r#"f"{42 == 42}""#;
685 let suite = parse_suite(source).unwrap();
686 insta::assert_debug_snapshot!(suite);
687 }
688
689 #[test]
690 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