We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b60a68 commit 70d5ff2Copy full SHA for 70d5ff2
src/main.rs
@@ -195,11 +195,6 @@ mod tests {
195
assert_eq!(decoded, test_data);
196
}
197
198
- #[test]
199
- fn test_osc52_prefix_suffix() -> io::Result<()> {
200
- Ok(())
201
- }
202
-
203
#[test]
204
fn test_streaming_produces_same_result_as_original() -> io::Result<()> {
205
let test_data = b"hello world streaming test";
0 commit comments