From f400c36949bac9510dcabd77e1d25d4f5a587227 Mon Sep 17 00:00:00 2001 From: "zik.saleeba" Date: Mon, 5 Jan 2009 10:53:44 +0000 Subject: [PATCH] Added comment test case git-svn-id: http://picoc.googlecode.com/svn/trunk@31 21eae674-98b7-11dd-bd71-f92a316d2d60 --- test/comment.t | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/comment.t diff --git a/test/comment.t b/test/comment.t new file mode 100644 index 0000000..57e9207 --- /dev/null +++ b/test/comment.t @@ -0,0 +1,3 @@ +/* this is a comment */ +// this is also a comment +%%