view nocompile/h/escape_hex_string_05_A.d @ 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 4df71a8c82f2
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// @author@	Luís Marques <luismarques@gmail.com>
// @date@	2006-12-27
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=754
// @desc@	[Issue 754] hex strings crash DMD when reporting syntax errors

// __DSTRESS_ELINE__ 15

module dstress.nocompile.h.escape_hex_string_05_A;

void main(){
	x"EF BB BF";
	x"00 BB BF";
}