Home | History | Annotate | Download | only in template

Lines Matching full:incomplete

1733 // Unlike text/template, html/template crashed if given an incomplete
1743 if !strings.Contains(err.Error(), "incomplete") {
1744 t.Errorf("expected error about incomplete template; got %s", err)