Update parser
This commit is contained in:
@@ -7,7 +7,7 @@ use parse::parse;
|
||||
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
env_logger::init();
|
||||
let html = read("test_vc.html")?;
|
||||
let html = read("test_mordit.html")?;
|
||||
parse(&html);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user