You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let generated = "# This file is automatically generated by pyo3_stub_gen\n# ruff: noqa: E501, F401, F403, F405\n\nimport typing\n\n__all__ = [\n\"PIIDetectorRust\",\n]\n\nclass PIIDetectorRust:\n r\"\"\"\n Example text\n\n More text\n\"\"\"\n";
102
+
103
+
let curated = curate_extension_stub_content(generated);
104
+
105
+
assert!(!curated.contains(" \n"));
106
+
assert!(curated.ends_with('\n'));
107
+
assert!(!curated.ends_with("\n\n"));
108
+
}
109
+
87
110
#[test]
88
111
#[should_panic(expected = "missing PIIFilterPluginCore in __all__")]
0 commit comments