shithub: mycel

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