Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Sep 26, 2023
1 parent bae18ae commit 236a7dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/html5_parser/parser/adoption_agency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ mod test {
parser.parse();

println!("{}", parser.document);

assert!(true);
// let document = parser.document;
// let table = document.get_node_by_id(1).unwrap();
// let tr = document.get_node_by_id(2).unwrap();
Expand Down

0 comments on commit 236a7dd

Please sign in to comment.