view run/html_entity_09.html @ 1586:a74f0139fc3d

Fix tests using typeof on types.
author Christian Kamm <kamm incasoftware de>
date Thu, 21 Aug 2008 15:42:21 +0200
parents fc906c72f386
children
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>dstress: html_entity_09</title></head><body><pre><CODE>
int main(){
	assert('&#xAB;'=='&#xab;');
	return 0;
}
</CODE></pre></body></html>