blob: efc283e7f2e8e2d132c0228c510cca31e09fcac1 [file] [log] [blame]
The test verifies autocomplete suggestions for SCSS file.
Running: testPropertyValueSuggestionsBefore$
========= Selection In Editor =========
@mixin my-border-style($style) {
border-style: |$;
}
======= Autocomplete Suggestions =======
[dashed, dotted, double, groove, hidden, inherit, initial, inset, none, outset, revert, ridge, solid, unset]
Running: testPropertyValueSuggestionsAfter$
========= Selection In Editor =========
@mixin my-border-style($style) {
border-style: $|;
}
======= Autocomplete Suggestions =======
[$style]