| 836f6efb | 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
add methods to test interal properties
You shouldn't really do this. But sometimes its so much easier to write a test that flips an internal bit than to do it poperly(tm). Better a risky test than n
add methods to test interal properties
You shouldn't really do this. But sometimes its so much easier to write a test that flips an internal bit than to do it poperly(tm). Better a risky test than none...
show more ...
|
| f30298a1 | 17-Apr-2018 |
Andreas Gohr <gohr@cosmocode.de> |
some basic framework to do at least some HTML validity checking
Checks are done against the w3.org validator API. Currently we have some fails. One will be fixed in #2314, others still need to be fi
some basic framework to do at least some HTML validity checking
Checks are done against the w3.org validator API. Currently we have some fails. One will be fixed in #2314, others still need to be fixed.
This integration test also reveals some code bugs because texts do not suppress warnings and deprecation messages.
show more ...
|
| 389e1856 | 26-Oct-2017 |
Michael Große <grosse@cosmocode.de> |
fix: prevent two selected options, b/c apparently 'String' == 0
There was a bug, where the options array ['Auto', 0, 1] would result in HTML option tags where both the 'Auto' and the 0 option we
fix: prevent two selected options, b/c apparently 'String' == 0
There was a bug, where the options array ['Auto', 0, 1] would result in HTML option tags where both the 'Auto' and the 0 option were selected.
show more ...
|