| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-10-05 | Fix unneeded-trait-implementations-title test | Philip Munksgaard | -1/+1 | |
| The `@!has` command does not support specifying just a PATH and an XPATH. That means that the previous test searched for the literal string `//h2[@id="implementations"]` within the generated output, which obviously didn't exist. Even after adding a trait implementation, the test still passed. The correct way to check for the existence of a DOM element with the id `implementations` is to use the `@count` keyword. | ||||
| 2018-03-29 | Remove unneeded trait implementations titles | Guillaume Gomez | -0/+15 | |
