view run/html_entity_01.html @ 1593:a2c2122f2f66

Remove error line information for simple tests that may legitimately have another line referenced in the error message.
author Christian Kamm <kamm incasoftware de>
date Thu, 28 Aug 2008 17:30:16 +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_01</title></head><body><pre><CODE>
int main(){
	assert('&#126;'==0x7E);
	return 0;
}
</CODE></pre></body></html>