shithub: mycel

ref: 73c38e317976971341f58ebd74c568203cdfea1f
dir: /opossum_test.go/

View raw version
package opossum

import (
    "testing"

    "github.com/chris-ramon/douceur/parser"
)

// aymerick douceur issues #6
func TestInfiniteLoop(t *testing.T) {
    parser.Parse(`
@media ( __desktop ) {
  background-color: red;
}
`)
}