shithub: mycel

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