view run/html_entity_cyr2.html @ 6:e238a15dbc74

1) added added html-sourcefile support 2) added html_entity, html_tag_case, empt, html_empty and html_defect tests
author thomask
date Mon, 04 Oct 2004 13:59:18 +0000
parents
children 9a121126b077
line wrap: on
line source

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head><title>html_entity_cyr2</title></head>
<body><pre><code>
int main(){
	assert('&#x0452;'=='&djcy;');
	assert('&#x0402;'=='&DJcy;');
	assert('&#x0453;'=='&gjcy;');
	assert('&#x0403;'=='&GJcy;');
	assert('&#x0454;'=='&jukcy;');
	assert('&#x0404;'=='&Jukcy;');
	assert('&#x0455;'=='&dscy;');
	assert('&#x0405;'=='&DScy;');
	assert('&#x0456;'=='&iukcy;');
	assert('&#x0406;'=='&Iukcy;');
	assert('&#x0457;'=='&yicy;');
	assert('&#x0407;'=='&YIcy;');
	assert('&#x0458;'=='&jsercy;');
	assert('&#x0408;'=='&Jsercy;');
	assert('&#x0459;'=='&ljcy;');
	assert('&#x0409;'=='&LJcy;');
	assert('&#x045A;'=='&njcy;');
	assert('&#x040A;'=='&NJcy;');
	assert('&#x045B;'=='&tshcy;');
	assert('&#x040B;'=='&TSHcy;');
	assert('&#x045C;'=='&kjcy;');
	assert('&#x040C;'=='&KJcy;');
	assert('&#x045E;'=='&ubrcy;');
	assert('&#x040E;'=='&Ubrcy;');
	assert('&#x045F;'=='&dzcy;');
	assert('&#x040F;'=='&DZcy;');
	return 0;
}
</code></pre></body>
</html>