Fixed debug info test (with comments).

Some line numbers were incorrectly off-by-one.
This commit is contained in:
Simone Deponti
2012-09-10 18:08:28 +02:00
committed by Luke Page
parent bbdcc02c8b
commit 28424ed6b9

View File

@@ -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;
}