# HG changeset patch # User thomask # Date 1107267309 0 # Node ID 1c790407bfd871c460c563070dec827c2eeae85b # Parent ee9d62b2a74f34f1925b0b2eb78597c34371dbe7 added EndOfLine tests diff -r ee9d62b2a74f -r 1c790407bfd8 compile/eol_comment_07.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 compile/eol_comment_08.d Binary file compile/eol_comment_08.d has changed diff -r ee9d62b2a74f -r 1c790407bfd8 compile/eol_comment_09.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_comment_01.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_comment_02.d Binary file nocompile/eol_comment_02.d has changed diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_comment_03.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_comment_04.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_comment_05.d Binary file nocompile/eol_comment_05.d has changed diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_comment_06.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_string_01.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_string_02.d Binary file nocompile/eol_string_02.d has changed diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_string_03.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_string_04.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_string_05.d Binary file nocompile/eol_string_05.d has changed diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_string_06.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_string_07.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_string_08.d Binary file nocompile/eol_string_08.d has changed diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_string_09.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_string_10.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_string_11.d Binary file nocompile/eol_string_11.d has changed diff -r ee9d62b2a74f -r 1c790407bfd8 nocompile/eol_string_12.d --- /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 diff -r ee9d62b2a74f -r 1c790407bfd8 run/eol_01.d --- /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; +} diff -r ee9d62b2a74f -r 1c790407bfd8 run/eol_02.d Binary file run/eol_02.d has changed diff -r ee9d62b2a74f -r 1c790407bfd8 run/eol_03.d --- /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