test for #129
This commit is contained in:
parent
1bd3b713d2
commit
4cbc768aa7
1 changed files with 7 additions and 0 deletions
|
|
@ -500,6 +500,13 @@ function testMithril(mock) {
|
|||
})));
|
||||
return count == 1
|
||||
})
|
||||
test(function() {
|
||||
//https://github.com/lhorie/mithril.js/issues/129
|
||||
var root = mock.document.createElement("div")
|
||||
m.render(root, m("div", [["foo", "bar"], ["foo", "bar"], ["foo", "bar"]]));
|
||||
m.render(root, m("div", ["asdf", "asdf2", "asdf3"]));
|
||||
return true
|
||||
})
|
||||
//end m.render
|
||||
|
||||
//m.redraw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue