MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / test_comment

Function test_comment

css-inline/src/html/document.rs:585–588  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

roundtripFunction · 0.85

Tested by

no test coverage detected