anthonyshort / deku

Render interfaces using pure functions and virtual DOM
https://github.com/anthonyshort/deku/tree/master/docs
3.41k stars 130 forks source link

Add some attribute tests #370

Closed rstacruz closed 8 years ago

rstacruz commented 8 years ago

All passing, just doing this to add more tests.

anthonyshort commented 8 years ago

Thanks! We already have a bunch of tests for these in the patch and createElement tests. Was there anything in particular you were trying to catch?

rstacruz commented 8 years ago

was trying to reproduce an issue where changing attributes seemed to have caused an error in my app. unfortunately, these cases weren't it.