From 3341db913339148cf492dbbd23f953c342600551 Mon Sep 17 00:00:00 2001 From: fotuzlab Date: Wed, 6 Feb 2013 11:09:46 +0530 Subject: [PATCH 1/2] added comment for testing --- labtesting.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labtesting.module b/labtesting.module index db57951..cf05c2a 100644 --- a/labtesting.module +++ b/labtesting.module @@ -9,5 +9,5 @@ * The code below should have code standard errors. */ function test($a, $b, $c) { - + // issue 2 } From 9673313128f3e0f23ee97002261fc63867b1de6c Mon Sep 17 00:00:00 2001 From: fotuzlab Date: Wed, 6 Feb 2013 16:04:34 +0530 Subject: [PATCH 2/2] Added a test commit --- labtesting.module | 2 ++ 1 file changed, 2 insertions(+) diff --git a/labtesting.module b/labtesting.module index db57951..b1e6592 100644 --- a/labtesting.module +++ b/labtesting.module @@ -11,3 +11,5 @@ function test($a, $b, $c) { } + +// This is third issue test.