This commit is contained in:
@ -22,6 +22,7 @@ mod table;
|
||||
use std::iter::Peekable;
|
||||
|
||||
use abschnitt::Abschnitt;
|
||||
use log::trace;
|
||||
use roxmltree::{Children, Node};
|
||||
|
||||
use crate::{
|
||||
@ -142,6 +143,7 @@ impl Listelem {
|
||||
|
||||
let text = c.next().unwrap().text().unwrap().into();
|
||||
|
||||
trace!("Parsed Listelem with text='{text}'");
|
||||
assert_eq!(c.next(), None);
|
||||
|
||||
Self { symbol, text }
|
||||
|
Reference in New Issue
Block a user