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

Function test_parse_fstring_not_equals

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

Source from the content-addressed store, hash-verified

657
658 #[test]
659 fn test_parse_fstring_not_equals() {
660 let source = r#"f"{1 != 2}""#;
661 let suite = parse_suite(source).unwrap();
662 insta::assert_debug_snapshot!(suite);
663 }
664
665 #[test]
666 fn test_parse_fstring_equals() {

Callers

nothing calls this directly

Calls 1

parse_suiteFunction · 0.70

Tested by

no test coverage detected