Skip to content

Commit a5406a9

Browse files
committed
Added another test case for missed space in color definition
1 parent 5b8b8de commit a5406a9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.a {
2+
@wrongHEXColorCode: #fffblack;
3+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SyntaxError: Invalid HEX color code in {path}color-invalid-hex-code2.less on line 2, column 29:
2+
1 .a {
3+
2 @wrongHEXColorCode: #fffblack;
4+
3 }

0 commit comments

Comments
 (0)