comparison nocompile/h/escape_hex_string_05_A.d @ 1317:4df71a8c82f2

[Issue 754] hex strings crash DMD when reporting syntax errors Lu?s Marques <luismarques@gmail.com> 2006-12-27 http://d.puremagic.com/issues/show_bug.cgi?id=754
author thomask
date Sun, 31 Dec 2006 14:29:11 +0000
parents
children
comparison
equal deleted inserted replaced
1316:ffa6691d8f3b 1317:4df71a8c82f2
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // @author@ Luís Marques <luismarques@gmail.com>
6 // @date@ 2006-12-27
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=754
8 // @desc@ [Issue 754] hex strings crash DMD when reporting syntax errors
9
10 // __DSTRESS_ELINE__ 15
11
12 module dstress.nocompile.h.escape_hex_string_05_A;
13
14 void main(){
15 x"EF BB BF";
16 x"00 BB BF";
17 }