Improve SUI TemplateRender
This commit is contained in:
parent
ce96d89c31
commit
02651085d7
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ func TestTemplateRender(t *testing.T) {
|
|||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
assert.Equal(t, "<div> test </div>", res)
|
||||
assert.Contains(t, res, "<div> test ")
|
||||
}
|
||||
|
||||
func TestTemplateRenderWithComponent(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue