view run/html_comment_02.html @ 1597:8b9d4d2f925a

Fix typos in complex tests. See D bug 614.
author Christian Kamm <kamm incasoftware de>
date Tue, 09 Sep 2008 16:53:58 +0200
parents 32125cf81a59
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
	<head><title>html_comment_02</title></head>
	<body>
		<pre><CODE>
int main(){ 
<!-- das ist ein Kommentar </CODE> -->
	return 0;
}
		</CODE></pre>
	</body>
</html>