Skip to content

Commit

Permalink
Remove old commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Jan 31, 2025
1 parent b339dc5 commit 60a15ea
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/text/dom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1489,14 +1489,4 @@ mod tests {
iterate_object(reader);
}
}

// #[test]
// fn text_reader_regression4() {
// let data = include_bytes!("/home/nick/projects/jomini/fuzz/artifacts/fuzz_text/crash-a14643c9a89c0f4ab665815c99a07b15de3544a5");
// // let data = b"a={{ b c == == = d e=f}}";
// if let Ok(tape) = TextTape::from_slice(data) {
// let reader = tape.windows1252_reader();
// iterate_object(reader);
// }
// }
}

0 comments on commit 60a15ea

Please sign in to comment.