Skip to content

Commit

Permalink
add test for some corner cases
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Nov 24, 2018
1 parent f3a9826 commit 32a9d0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/syntax_test_scss.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ selector-ish::before[data-type="text"]:not(:first-child),
// ^^^^^^ variable.other.scss
// ^ punctuation.definition.variable.scss
// ^ punctuation.terminator.rule.css
will-change: transform, scroll-position;
// ^ support.constant.property-value.css
input:not([type="radio"]):not(h1):not(custom-element):not(%placeholder),
// ^ entity.name
:root,
//^ entity.other.pseudo-class.css punctuation.definition.entity.css
// ^^ entity.other.pseudo-class.css
Expand Down

0 comments on commit 32a9d0b

Please sign in to comment.