mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Reword remaining occurrences of sass to scss
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// snippets from the Sass documentation at http://sass-lang.com/
|
||||
// snippets from the scss documentation at http://sass-lang.com/
|
||||
|
||||
/* css stuff */
|
||||
/* charset */
|
||||
|
||||
@@ -76,7 +76,7 @@ suite('SCSS - Parser', () => {
|
||||
assertError('(20 + 20', parser, parser._parseExpr.bind(parser), ParseError.RightParenthesisExpected);
|
||||
});
|
||||
|
||||
test('SassOperator', function () {
|
||||
test('SCSSOperator', function () {
|
||||
let parser = new SCSSParser();
|
||||
assertNode('>=', parser, parser._parseOperator.bind(parser));
|
||||
assertNode('>', parser, parser._parseOperator.bind(parser));
|
||||
|
||||
Reference in New Issue
Block a user