From 28424ed6b954b578f0fdd8e8ecc04fd1ef1cc95c Mon Sep 17 00:00:00 2001 From: Simone Deponti Date: Mon, 10 Sep 2012 18:08:28 +0200 Subject: [PATCH] Fixed debug info test (with comments). Some line numbers were incorrectly off-by-one. --- test/css/debug/comments/comments.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/css/debug/comments/comments.css b/test/css/debug/comments/comments.css index 06e33ede..fe5a20e8 100644 --- a/test/css/debug/comments/comments.css +++ b/test/css/debug/comments/comments.css @@ -2,11 +2,11 @@ .tst3 { color: grey; } -/* line 12, {path}comments.less */ +/* line 13, {path}comments.less */ .test1 { color: black; } -/* line 3, {path}comments.less */ +/* line 4, {path}comments.less */ .test2 { color: red; }