Skip to content

Commit 8877da5

Browse files
author
deathaxe
committed
Update wildcard test cases
This reverts commit 4fafb11 and adds alternative tests.
1 parent 084bc7c commit 8877da5

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

tests/syntax_test_css.less

+13
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@
8383
8484
*.* {}
8585
/* ^^^ meta.selector.css */
86+
/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css - punctuation */
8687
/* ^ entity.other.attribute-name.class.css punctuation.definition.entity.css */
88+
/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css - punctuation */
8789
8890
# {}
8991
/*^^ - meta.selector.css */
@@ -96,6 +98,7 @@
9698
/* ^^^ meta.selector.css */
9799
/* ^^ - meta.selector.css */
98100
/* ^ entity.other.attribute-name.id.css punctuation.definition.entity.css */
101+
/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css - punctuation */
99102
100103
#01 {}
101104
/*^^ - meta.selector.css */
@@ -2101,24 +2104,29 @@
21012104
/* ^^ - meta.string - string */
21022105
/* ^^^^^^^^^^ meta.string.css string.quoted.double.css */
21032106
/* ^^^^ - meta.string - string */
2107+
/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */
21042108
/* ^^ constant.character.escape.css */
21052109
/* ^ punctuation.separator.sequence.css */
21062110
/* ^ punctuation.separator.sequence.css */
2111+
/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */
21072112
/* ^ punctuation.separator.sequence.css */
21082113
/* ^ - variable.language.wildcard */
21092114
/* ^^ constant.character.escape.css */
21102115
21112116
.test-pseudo-class-tag:not(*) {}
21122117
/* ^ punctuation.definition.pseudo-class.css - entity */
21132118
/* ^^^ entity.other.pseudo-class.css */
2119+
/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */
21142120
21152121
.test-pseudo-class-tag:is(*) {}
21162122
/* ^ punctuation.definition.pseudo-class.css - entity */
21172123
/* ^^ entity.other.pseudo-class.css */
2124+
/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */
21182125
21192126
.test-pseudo-class-tag:where(*) {}
21202127
/* ^ punctuation.definition.pseudo-class.css - entity */
21212128
/* ^^^^^ entity.other.pseudo-class.css */
2129+
/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */
21222130
21232131
.test-pseudo-elements::before {}
21242132
/* ^^ punctuation.definition.pseudo-element.css - entity */
@@ -2244,9 +2252,12 @@
22442252
.test-attribute-selectors-namespaces[n|a=""][*|a=""][|att][*|*] {}
22452253
/* ^ entity.other.namespace-prefix.css */
22462254
/* ^ punctuation.separator.namespace.css */
2255+
/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */
22472256
/* ^ punctuation.separator.namespace.css */
22482257
/* ^ punctuation.separator.namespace.css */
2258+
/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */
22492259
/* ^ punctuation.separator.namespace.css */
2260+
/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */
22502261
22512262
.test-attribute-selectors-operators[a=""][a~=""][a|=""][a^=""][a$=""][a*=""] {}
22522263
/* ^ keyword.operator.logical.css */
@@ -2287,6 +2298,7 @@
22872298
/* ^ meta.selector.css - meta.group */
22882299
22892300
*.test-universal-selector {}
2301+
/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */
22902302
22912303
.test-combinators >>> a >> a > a + b ~ a || td {}
22922304
/* ^^^ keyword.operator.combinator.css */
@@ -3092,6 +3104,7 @@
30923104
.test-attr-function {
30933105
top: attr(*|c);
30943106
/* ^^^^ support.function.attr.css */
3107+
/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */
30953108
/* ^ punctuation.separator.namespace.css */
30963109
/* ^ entity.other.attribute-name.css */
30973110

tests/syntax_test_less.less

+1
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ custom-@{element}-selector {}
750750
// ^ punctuation.separator.namespace.css
751751
// ^^^^^^^^ entity.other.namespace-prefix.css
752752
// ^ punctuation.separator.namespace.css
753+
// ^ variable.language.wildcard.asterisk.css
753754
// ^ punctuation.separator.namespace.css
754755
// ^^^^^^ entity.other.attribute-name.css
755756
// ^^^^^ variable.other.less

0 commit comments

Comments
 (0)