changeset 344:235f2e69586b

Regan Heath <regan@netwin.co.nz> 2005-03-22 news:opsn0izzsh23k2f5@nrage.netwin.co.nz
author thomask
date Tue, 22 Mar 2005 08:04:31 +0000
parents a589650baca4
children d249b963c64c
files nocompile/double_quoted_string_19.d nocompile/double_quoted_string_20.d
diffstat 2 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/double_quoted_string_19.d	Tue Mar 22 08:04:31 2005 +0000
@@ -0,0 +1,15 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Regan Heath <regan@netwin.co.nz>
+// @date@	2005-03-22
+// @uri@	news:opsn0izzsh23k2f5@nrage.netwin.co.nz
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.double_quoted_string_19;
+
+void test(){
+	"stringliteral";
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/double_quoted_string_20.d	Tue Mar 22 08:04:31 2005 +0000
@@ -0,0 +1,15 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Regan Heath <regan@netwin.co.nz>
+// @date@	2005-03-22
+// @uri@	news:opsn0izzsh23k2f5@nrage.netwin.co.nz
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.double_quoted_string_20;
+
+void test(){
+	"a" ~ "b";
+}