# HG changeset patch # User thomask # Date 1160665324 0 # Node ID 656ba1fb1e20c791a05c8b44224f009226f63eaf # Parent fb0b7fcbd2a7801020c8978f148540bc7687a511 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd Thomas Kuehne 2006-10-11 news:bug-426-3@http.d.puremagic.com/issues/ diff -r fb0b7fcbd2a7 -r 656ba1fb1e20 nocompile/1_source.html --- a/nocompile/1_source.html Thu Oct 12 15:01:59 2006 +0000 +++ b/nocompile/1_source.html Thu Oct 12 15:02:04 2006 +0000 @@ -10,6 +10,6 @@ // @uri@ news:bug-427-3@http.d.puremagic.com/issues/ // @desc@ [Issue 427] New: source files starting with a number are accepted by dmd -module dstress.nocompile.1_source; +//module dstress.nocompile.1_source; diff -r fb0b7fcbd2a7 -r 656ba1fb1e20 nocompile/2_source.d --- a/nocompile/2_source.d Thu Oct 12 15:01:59 2006 +0000 +++ b/nocompile/2_source.d Thu Oct 12 15:02:04 2006 +0000 @@ -7,4 +7,4 @@ // @uri@ news:bug-427-3@http.d.puremagic.com/issues/ // @desc@ [Issue 427] New: source files starting with a number are accepted by dmd -module dstress.nocompile.2_source; +//module dstress.nocompile.2_source; diff -r fb0b7fcbd2a7 -r 656ba1fb1e20 run/ä日_source.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/run/ä日_source.d Thu Oct 12 15:02:04 2006 +0000 @@ -0,0 +1,14 @@ +// $HeadUrl$ +// $Date$ +// $Author$ + +// @author@ Thomas Kuehne +// @date@ 2006-10-11 +// @uri@ news:bug-426-3@http.d.puremagic.com/issues/ +// @desc@ [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd + +//module dstress.run.ä日_source; + +int main(){ + return 0; +} diff -r fb0b7fcbd2a7 -r 656ba1fb1e20 run/ö本_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/run/ö本_source.html Thu Oct 12 15:02:04 2006 +0000 @@ -0,0 +1,19 @@ + +dstress.run.ö本_source +

+// $HeadUrl$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
+// @date@	2006-10-11
+// @uri@	news:bug-426-3@http.d.puremagic.com/issues/
+// @desc@	[Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
+
+//module dstress.run.ö本_source;
+
+int main(){
+	return 0;
+}
+
+