tests for value.length > 1 bug

This commit is contained in:
cloudhead
2010-05-07 00:40:39 -07:00
parent f7a6046fc8
commit 31d0f6af3a
2 changed files with 8 additions and 0 deletions

View File

@@ -10,3 +10,6 @@
.redefinition {
three: 3;
}
.values {
font-family: 'Trebuchet', 'Trebuchet', 'Trebuchet';
}

View File

@@ -29,3 +29,8 @@
@var: 3;
three: @var;
}
.values {
@a: 'Trebuchet';
font-family: @a, @a, @a;
}