Skip to content

Commit

Permalink
update css test
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Feb 11, 2024
1 parent 151be7c commit 939e9da
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Tests/syntax_test_css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
. ()

Check failure on line 67 in Tests/syntax_test_css.scss

View workflow job for this annotation

GitHub Actions / Syntax Tests (latest)

[meta.selector.parameters.css meta.group] does not match scope [source.scss meta.selector.css]

Check failure on line 67 in Tests/syntax_test_css.scss

View workflow job for this annotation

GitHub Actions / Syntax Tests (latest)

[meta.selector.parameters.css meta.group] does not match scope [source.scss meta.selector.css]

Check failure on line 67 in Tests/syntax_test_css.scss

View workflow job for this annotation

GitHub Actions / Syntax Tests (4168)

[meta.selector.parameters.css meta.group] does not match scope [source.scss meta.selector.css]

Check failure on line 67 in Tests/syntax_test_css.scss

View workflow job for this annotation

GitHub Actions / Syntax Tests (4168)

[meta.selector.parameters.css meta.group] does not match scope [source.scss meta.selector.css]
/* ^ meta.selector.css entity.other.attribute-name.class.css punctuation.definition.entity.css */
/* ^ meta.selector.css - entity - invalid - punctuation */
/* ^^ meta.selector.parameters.css meta.group.less */
/* ^^ meta.selector.parameters.css meta.group */
. {}
/*^^^^ meta.selector.css */
Expand Down Expand Up @@ -1932,12 +1932,12 @@
/* ^^^ constant.numeric.suffix.css */
top: max(5*6, min(10 + 5, calc(var(--size) / 5)));
/* ^^^ support.function.less */
/* ^^^ support.function */
/* ^ constant.numeric.value.css */
/* ^ keyword.operator.arithmetic */
/* ^ constant.numeric.value.css */
/* ^ punctuation.separator.sequence.css */
/* ^^^ support.function.less */
/* ^^^ support.function */
/* ^^ constant.numeric.value.css */
/* ^ keyword.operator.arithmetic */
/* ^ constant.numeric.value.css */
Expand Down Expand Up @@ -2236,9 +2236,9 @@
/* ^^^^^^ meta.string.css string.unquoted.css */
.test-attribute-selectors-incomplete[ ;
/* ^^ meta.mixin.item-access.less meta.brackets.less */
/* ^^ meta.mixin.item-access meta.brackets */
/* ^ - meta.property-list - meta.selector */
/* ^ punctuation.section.brackets.begin.less */
/* ^ punctuation.section.brackets.begin */
/* ^ punctuation.terminator.rule.css */
.test-attribute-selectors-namespaces[n|a=""][*|a=""][|att][*|*] {}
Expand Down Expand Up @@ -2714,19 +2714,19 @@
/* note: we can't distinguish operators from alpha-separator; */
color: hwb(0 100% 50% / 1.0);
/* ^^^ support.function.color.css */
/* ^ keyword.operator.arithmetic.less */
/* ^ keyword.operator.arithmetic */

color: lab(0% 0 0 / 1.0);
/* ^^^ support.function.color.css */
/* ^ keyword.operator.arithmetic.less */
/* ^ keyword.operator.arithmetic */

color: lch(0% 0.0 0.0 / 1.0);
/* ^^^ support.function.color.css */
/* ^^ meta.number.integer.decimal.css */
/* ^ constant.numeric.value.css */
/* ^^^ meta.number.float.decimal.css constant.numeric.value.css */
/* ^^^ meta.number.float.decimal.css constant.numeric.value.css */
/* ^ keyword.operator.arithmetic.less */
/* ^ keyword.operator.arithmetic */
/* ^^^ meta.number.float.decimal.css constant.numeric.value.css */

color: lch(20% 10% 20grad / 100%);
Expand All @@ -2740,7 +2740,7 @@
/* ^^^^^^ meta.number.integer.decimal.css */
/* ^^ constant.numeric.value.css */
/* ^^^^ constant.numeric.suffix.css */
/* ^ keyword.operator.arithmetic.less */
/* ^ keyword.operator.arithmetic */
/* ^^^^ meta.number.integer.decimal.css */
/* ^^^ constant.numeric.value.css */
/* ^ constant.numeric.suffix.css */
Expand All @@ -2758,24 +2758,24 @@
/* ^^^ support.function.var.css */
/* ^ punctuation.section.group.begin.css */
/* ^^ punctuation.section.group.end.css */
/* ^^ meta.group.less */
/* ^^ meta.group */
/* ^ punctuation.section.group.end.css */
/* ^ invalid.illegal.unexpected-token.css */

top: h(+ 1.5deg);
/* ^ support.function.color.css */
/* ^ keyword.operator.arithmetic.less */
/* ^ keyword.operator.arithmetic */
/* ^^^ meta.number.float.decimal.css constant.numeric.value.css */
/* ^^^ meta.number.float.decimal.css constant.numeric.suffix.css */

top: w(* 1.5%);
/* ^ support.function.color.css */
/* ^ keyword.operator.arithmetic.less */
/* ^ keyword.operator.arithmetic */
/* ^^^ meta.number.float.decimal.css constant.numeric.value.css */
/* ^ meta.number.float.decimal.css constant.numeric.suffix.css */

top: shade(1.5%);
/* ^^^^^ support.function.less */
/* ^^^^^ support.function */
/* ^^^ meta.number.float.decimal.css constant.numeric.value.css */
/* ^ meta.number.float.decimal.css constant.numeric.suffix.css */

Expand Down

0 comments on commit 939e9da

Please sign in to comment.