shithub: mycel

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