shithub: mycel

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