()
| 583 | |
| 584 | #[test] |
| 585 | fn test_comment() { |
| 586 | let output = roundtrip(b"<html><head><title>Title of the document</title></head><body><!--TTT--></body></html>"); |
| 587 | assert_eq!(output, b"<html><head><title>Title of the document</title></head><body><!--TTT--></body></html>"); |
| 588 | } |
| 589 | |
| 590 | #[test] |
| 591 | fn test_debug() { |
nothing calls this directly
no test coverage detected