| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -17/+0 | |
| 2022-08-13 | rustdoc: Fix incorrect usage of `@!has` and `@!matches` | Noah Lev | -1/+1 | |
| `@!has` (and `@!matches`) with two arguments used to treat the second argument as a literal string of HTML code. Now, that feature has been renamed into `@!hasraw` (and `@!matchesraw`), and the arity-2 `@!has` version is an error. These uses thought the second argument was being treated as an XPath, as with the arity-3 version, but in fact was being treated as literal HTML. Because these were checking for the *absence* of the string, the tests silently did nothing -- an XPath string won't ever be showing up in the test's generated HTML! | ||||
| 2022-08-13 | Update `@!has` name in tests | Noah Lev | -1/+1 | |
| 2020-12-31 | Fix tests that incorrectly used `!@has` instead of `@!has` | Camelid | -1/+1 | |
| The command is `@!has`, not `!@has`. I don't think these checks were doing anything before! Ideally we would accept `!@has` as well, or at least fail tests that use `!@has`. The current behavior seems to be silently ignoring the check, which is very confusing. | ||||
| 2020-01-17 | Extend url in heading test a bit | Guillaume Gomez | -1/+1 | |
| 2020-01-16 | Extend url in titles test | Guillaume Gomez | -0/+5 | |
| 2020-01-14 | Prevent urls in headings | Guillaume Gomez | -0/+12 | |
