mirror of
https://github.com/less/less.js.git
synced 2026-02-10 15:05:09 -05:00
Fixed debug info test (with comments).
Some line numbers were incorrectly off-by-one.
This commit is contained in:
committed by
Luke Page
parent
bbdcc02c8b
commit
28424ed6b9
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user