changeset 1190:165beb506ebf

[Issue 422] New: -version=X and -debug=X accept identifiers containing illegal characters Thomas Kuehne <thomas-dloop@kuehne.cn> 2006-10-10 news:bug-422-3@http.d.puremagic.com/issues/
author thomask
date Thu, 12 Oct 2006 15:01:48 +0000
parents 16ecea326f8e
children debf5652d0f0
files nocompile/d/debug_13_A.d nocompile/v/version_40_A.d
diffstat 2 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/d/debug_13_A.d	Thu Oct 12 15:01:48 2006 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
+// @date@	2006-10-10
+// @uri@	news:bug-422-3@http.d.puremagic.com/issues/
+// @desc@	[Issue 422] New: -version=X and -debug=X accept identifiers containing illegal characters
+
+// __DSTRESS_DFLAGS__ -debug=a.b
+
+module dstress.nocompile.d.debug_13_A;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/version_40_A.d	Thu Oct 12 15:01:48 2006 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
+// @date@	2006-10-10
+// @uri@	news:bug-422-3@http.d.puremagic.com/issues/
+// @desc@	[Issue 422] New: -version=X and -debug=X accept identifiers containing illegal characters
+
+// __DSTRESS_DFLAGS__ -version=a.b
+
+module dstress.nocompile.v.version_40_A;