mirror of
https://github.com/less/less.js.git
synced 2026-02-08 05:55:00 -05:00
Add test for #826
This commit is contained in:
3
test/less/errors/property-ie5-hack.less
Normal file
3
test/less/errors/property-ie5-hack.less
Normal file
@@ -0,0 +1,3 @@
|
||||
.test {
|
||||
display/*/: block; /*sorry for IE5*/
|
||||
}
|
||||
4
test/less/errors/property-ie5-hack.txt
Normal file
4
test/less/errors/property-ie5-hack.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
ParseError: Syntax Error on line 2 in C:\git\less.js\test\less\errors\property-ie5-hack.less:2:2
|
||||
1 .test {
|
||||
2 display/*/: block; /*sorry for IE5*/
|
||||
3 }
|
||||
Reference in New Issue
Block a user