mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 16:15:32 +02:00
fmt
This commit is contained in:
parent
3e5654e197
commit
11e9261bf2
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue