Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | test: specify mutable on html slots | (quasar) nebula | |
These tests obviously need some updating, but it's out of scope for this commit. | |||
2023-08-19 | clean up imports & miscellaneous metastructures across codebase | (quasar) nebula | |
2023-07-16 | test: html: incorporate {strict,sparse}ArrayOf tests | (quasar) nebula | |
2023-07-16 | test: html: remove outdated custom attribute test | (quasar) nebula | |
2023-06-12 | html: new Stationery class for instantiating Templates | (quasar) nebula | |
2023-06-03 | test: html.template more isHTML conditions | (quasar) nebula | |
2023-04-15 | html, test: default slots only for null, not falsey values | (quasar) nebula | |
2023-04-09 | test: html.template slot value errors | (quasar) nebula | |
2023-04-09 | test: html.template & Template descriptor errors | (quasar) nebula | |
2023-04-08 | html: drastically simplify template/slot system | (quasar) nebula | |
2023-04-05 | html: standard blank() function | (quasar) nebula | |
For now this just returns an empty array, but if we need to make changes later, it won't require editing all instances of blank content! | |||
2023-03-27 | reorganize test directory layout | (quasar) nebula | |
Avoids unsavory "no tests found in _support.js" message and makes structure match src directory layout more closely |