github.com/goplusjs/gopherjs@v1.2.6-0.20211206034512-f187917453b8/compiler/natives/src/html/template/template_test.go (about)

     1  // +build js
     2  
     3  package template
     4  
     5  import (
     6  	"testing"
     7  )
     8  
     9  func TestParseGlob(t *testing.T) {
    10  	t.Skip()
    11  }
    12  
    13  func TestParseGlobWithData(t *testing.T) {
    14  	t.Skip()
    15  }