changeset 257:1c790407bfd8

added EndOfLine tests
author thomask
date Tue, 01 Feb 2005 14:15:09 +0000
parents ee9d62b2a74f
children 8cff0c780abb
files compile/eol_comment_07.d compile/eol_comment_08.d compile/eol_comment_09.d nocompile/eol_comment_01.d nocompile/eol_comment_02.d nocompile/eol_comment_03.d nocompile/eol_comment_04.d nocompile/eol_comment_05.d nocompile/eol_comment_06.d nocompile/eol_string_01.d nocompile/eol_string_02.d nocompile/eol_string_03.d nocompile/eol_string_04.d nocompile/eol_string_05.d nocompile/eol_string_06.d nocompile/eol_string_07.d nocompile/eol_string_08.d nocompile/eol_string_09.d nocompile/eol_string_10.d nocompile/eol_string_11.d nocompile/eol_string_12.d run/eol_01.d run/eol_02.d run/eol_03.d
diffstat 24 files changed, 119 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/eol_comment_07.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.compile.eol_comment_07;
+
+//
\ No newline at end of file
Binary file compile/eol_comment_08.d has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/eol_comment_09.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,8 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.compile.eol_comment_09;
+
+//
+static assert(0);
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/eol_comment_01.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.eol_comment_01;
+
+/*
\ No newline at end of file
Binary file nocompile/eol_comment_02.d has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/eol_comment_03.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.eol_comment_03;
+
+/**/
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/eol_comment_04.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.eol_comment_04;
+
+/+
\ No newline at end of file
Binary file nocompile/eol_comment_05.d has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/eol_comment_06.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.eol_comment_06;
+
+/++/
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/eol_string_01.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.eol_string_01;
+
+char[] s = "abc
\ No newline at end of file
Binary file nocompile/eol_string_02.d has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/eol_string_03.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.eol_string_03;
+
+char[] s = "abc"; // U+001A
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/eol_string_04.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.eol_string_04;
+
+char[] s = r"abc
\ No newline at end of file
Binary file nocompile/eol_string_05.d has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/eol_string_06.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.eol_string_06;
+
+char[] s = r"abc"; // U+001A
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/eol_string_07.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.eol_string_07;
+
+char[] s = x"AA
\ No newline at end of file
Binary file nocompile/eol_string_08.d has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/eol_string_09.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.eol_string_09;
+
+char[] s = x"AA"; // U+001A
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/eol_string_10.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.eol_string_10;
+
+char[] s = `A`; // U+001A
\ No newline at end of file
Binary file nocompile/eol_string_11.d has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/eol_string_12.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.eol_string_12
+
+char[] s = `A
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/eol_01.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,9 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.run.eol_01;
+
+int main(){
+	return 0;
+}
Binary file run/eol_02.d has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/eol_03.d	Tue Feb 01 14:15:09 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.run.eol_03;
+
+int main(){
+	return 0;
+}
+
+static assert(0); // U+001A EOF
\ No newline at end of file