view run/html_complex_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 7bc0cb26b7bb
children
line wrap: on
line source

<html>
<!--
	$HeadURL$
	$Date$
	$Author$
-->
	<head>
		<title>DStress: html_complex_02</title>
	</head>
	<body>
		<p>
			The preface
		</p><p>
			<CODE><pre>
int main(){
	assert(partOne()==2);
	return 0;
}</pre></CODE>
		</p><p>
			Some other stuff ...
		</p><p>
			<CODE><pre>
int partOne(){
	return 2;
}</pre></CODE>
		</p><p>
			It's done.
		</p>
	</body>
</html>