Sha256: 691c24d519c12d296e8691bc36a02a172998eb030bad1ed96fbee4d04f22dc6e

Contents?: true

Size: 433 Bytes

Versions: 3

Compression:

Stored size: 433 Bytes

Contents

/*
 * Parser to support BEM syntax
 */
@include describe("[function] support-syntax-bem") {

    $selectors: ".block__element__element--modifier";

    @include it("should expect selector string to be parsed to valid list of BEM selectors") {
        @include should(expect(
            flint-support-syntax-bem($selectors)),
            to(be((".block", ".block__element", ".block__element__element--modifier")))
        );
    }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flint-gs-2.0.6 tests/input/functions/lib/_support-syntax-bem.scss
flint-gs-2.0.5 tests/input/functions/lib/_support-syntax-bem.scss
flint-gs-2.0.4 tests/input/functions/lib/_support-syntax-bem.scss