shithub: mycel

ref: b3e2f125064eb5d9950134f5035643c4429dc0d1
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;
}
`)
}