Zeile 73 | Zeile 73 |
---|
"[tag foo]#{[variable-2 $hello]} { [property color]:[atom #000]; }");
MT('interpolation_error',
|
"[tag foo]#{[variable-2 $hello]} { [property color]:[atom #000]; }");
MT('interpolation_error',
|
"[tag foo]#{[error foo]} { [property color]:[atom #000]; }");
| "[tag foo]#{[variable foo]} { [property color]:[atom #000]; }");
|
MT("divide_operator", "[tag foo] { [property width]:[number 4] [operator /] [number 2] }");
| MT("divide_operator", "[tag foo] { [property width]:[number 4] [operator /] [number 2] }");
|
Zeile 95 | Zeile 95 |
---|
MT('indent_parentheses', "[tag foo] {",
|
MT('indent_parentheses', "[tag foo] {",
|
" [property color]: [variable darken]([variable-2 $blue],",
| " [property color]: [atom darken]([variable-2 $blue],",
|
" [number 9%]);", "}");
| " [number 9%]);", "}");
|