1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00
This commit is contained in:
Jan Lukas Gernert 2024-06-08 01:03:00 +02:00
parent 3e5654e197
commit 11e9261bf2

View file

@ -1258,9 +1258,9 @@ impl Util {
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use libxml::parser::Parser;
use crate::FullTextParser;
use super::Util; use super::Util;
use crate::FullTextParser;
use libxml::parser::Parser;
fn replace_brs(source: &str, expected: &str) { fn replace_brs(source: &str, expected: &str) {
libxml::tree::node::set_node_rc_guard(10); libxml::tree::node::set_node_rc_guard(10);