Skip to content

Commit

Permalink
[CSS] Add tests for meta scopes to prevent completion regression
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Dec 15, 2016
1 parent c6393db commit 6954908
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CSS/syntax_test_css.css
Expand Up @@ -808,3 +808,17 @@
/* ^^^^^^^^^ entity.other.attribute-name.class.css */
/* ^^^^^^^^^^ -entity.name.tag.custom.css */
/* ^^^^^ -entity.name.tag.custom.css */

.test-meta-scopes-for-completions {
top: 5px;
/*^^^^^^^^^^^ meta.property-list */
/* ^^^ meta.property-name */
/* ^^^^ meta.property-value */
top: ;
/*^^^^^^^^^^^ meta.property-list */
/* ^^^ meta.property-name */
/* ^ meta.property-value */
top:
/*^^^^^^^ meta.property-list */
/* ^^^ meta.property-name */
}/* ^ meta.property-value */

0 comments on commit 6954908

Please sign in to comment.