1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Simplify SCSS test expectation

With some Gemfiles, Sass turns the hex color into a named color. With
others, it doesn't. Why? I have no idea. But I'm testing Haml here, not
Sass so I don't really care - just make the expectation enough to
demonstrate that Sass was actually invoked.
This commit is contained in:
Norman Clarke 2012-04-28 00:04:29 -03:00
parent be46a5f9ec
commit 82e2e35c80
2 changed files with 2 additions and 3 deletions

View file

@ -7,9 +7,9 @@
</style>
<style>
/* line 1 */
p { border-style: dotted; border-width: 22px; border-color: fuchsia; }
p { border-style: dotted; border-width: 22px; }
/* line 8 */
/* line 7 */
h1 { font-weight: normal; }
</style>
TESTING HAHAHAHA!

View file

@ -16,7 +16,6 @@
border: {
style: dotted;
width: #{width}px;
color: #ff00ff
}
}
h1 {