tidy-html5/regression_testing/cases/github-expects/case-476b.html

25 lines
718 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Issue 476 Mention what -- becomes when fixing
comments</title>
</head>
<body>
<p>Warn the user when Tidy changes -- to == in comments.</p>
<!-- This comment - this one, here - has some embedded hyphens that
Tidy will not change to equals signs = -->
<!-- This comment -- this one, here -- has some embedded double hyphens that
Tidy will change to double equals signs == -->
<!-- This comment --- this one, here --- has some embedded triple hyphens that
Tidy will change to triple equals signs === -->
<!--- Cold Fusion uses this syntax for comments. --->
<!---->
<!-- -->
<!----->
<!--- CF --->
<!--- CF2 --->
<!---- CF3 ---->
<!----- CF4 ----->
</body>
</html>