Fix more tests.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
use log::debug;
|
||||
use scraper::{Html, Selector};
|
||||
// use log::debug;
|
||||
// use scraper::{Html, Selector};
|
||||
|
||||
use crate::context::Context;
|
||||
use crate::probe::{Comment, Entry, Probe};
|
||||
use crate::probe::{Entry, Probe};
|
||||
|
||||
fn from_html(document: &str) -> Result<Entry, ()> {
|
||||
fn from_html(_document: &str) -> Result<Entry, ()> {
|
||||
/*
|
||||
let html = Html::parse_document(document);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user