changeset 45:316d45bd07f8

added malformated '#line int "file"' tests
author thomask
date Thu, 14 Oct 2004 10:38:33 +0000
parents db0634da0b9c
children 1f7f839145de
files nocompile/line_token_04.d nocompile/line_token_05.d nocompile/line_token_06.d nocompile/line_token_07.d nocompile/line_token_08.d nocompile/line_token_09.d
diffstat 6 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/line_token_04.d	Thu Oct 14 10:38:33 2004 +0000
@@ -0,0 +1,1 @@
+#line
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/line_token_05.d	Thu Oct 14 10:38:33 2004 +0000
@@ -0,0 +1,1 @@
+#line 1 2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/line_token_06.d	Thu Oct 14 10:38:33 2004 +0000
@@ -0,0 +1,1 @@
+#line "filespec"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/line_token_07.d	Thu Oct 14 10:38:33 2004 +0000
@@ -0,0 +1,1 @@
+#line 1 "filespec" 2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/line_token_08.d	Thu Oct 14 10:38:33 2004 +0000
@@ -0,0 +1,1 @@
+#line 1 "a" "b"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/line_token_09.d	Thu Oct 14 10:38:33 2004 +0000
@@ -0,0 +1,1 @@
+#line 1 "a" int main(){return 0;}