Add test for #826

This commit is contained in:
Luke Page
2012-08-12 19:44:06 +01:00
parent 5f9cf904e7
commit e0fc8986cb
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
.test {
display/*/: block; /*sorry for IE5*/
}

View 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 }