Update insta snapshots (#14366)

This commit is contained in:
Micha Reiser
2024-11-15 19:31:15 +01:00
committed by GitHub
parent 81e5830585
commit c847cad389
2595 changed files with 3052 additions and 2578 deletions

View File

@@ -459,11 +459,11 @@ foo: 3.8- # trailing comment
";
let parsed_versions = TypeshedVersions::from_str(VERSIONS).unwrap();
assert_eq!(parsed_versions.len(), 3);
assert_snapshot!(parsed_versions.to_string(), @r###"
assert_snapshot!(parsed_versions.to_string(), @r"
bar: 2.7-3.10
bar.baz: 3.1-3.9
foo: 3.8-
"###
"
);
}