changeset 1191:debf5652d0f0

[Issue 427] New: source files starting with a number are accepted by dmd Thomas Kuehne <thomas-dloop@kuehne.cn> 2006-10-11 news:bug-427-3@http.d.puremagic.com/issues/
author thomask
date Thu, 12 Oct 2006 15:01:53 +0000
parents 165beb506ebf
children fb0b7fcbd2a7
files nocompile/1_source.html nocompile/2_source.d
diffstat 2 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/1_source.html	Thu Oct 12 15:01:53 2006 +0000
@@ -0,0 +1,15 @@
+<html>
+<head><title>dstress.nocompile.1_source</title></head>
+<body><pre><source>
+// $HeadUrl$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
+// @date@	2006-10-11
+// @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;
+</pre></source></body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/2_source.d	Thu Oct 12 15:01:53 2006 +0000
@@ -0,0 +1,10 @@
+// $HeadUrl$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
+// @date@	2006-10-11
+// @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;