github.com/goplusjs/gopherjs@v1.2.6-0.20211206034512-f187917453b8/compiler/natives/src/text/template/template_test.go (about) 1 // +build js 2 3 package template 4 5 import "testing" 6 7 func TestParseGlob(t *testing.T) { 8 t.Skip() 9 } 10 11 func TestParseGlobWithData(t *testing.T) { 12 t.Skip() 13 } 14 15 func TestParseFilesWithData(t *testing.T) { 16 t.Skip() 17 } 18 19 func TestParseFiles(t *testing.T) { 20 t.Skip() 21 } 22 23 func ExampleTemplate_glob() { 24 25 }