Commit ac83a20
authored
Lint: Improve logic for validating algorithm steps. (#727)
* Lint: Improve logic for validating algorithm steps.
Previously, the test ensuring that algorithm steps end in '.' or ':'
looked at the Bikeshed source. This didn't handle word wrapping. While
we prefer not to word wrap, that shouldn't cause this test to fail.
Make the test analyse the DOM instead.
* Fix some unrelated lint failures introduced in f08f9f71 parent f08f9f7 commit ac83a20
2 files changed
Lines changed: 8 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6066 | 6066 | | |
6067 | 6067 | | |
6068 | 6068 | | |
6069 | | - | |
| 6069 | + | |
6070 | 6070 | | |
6071 | 6071 | | |
6072 | 6072 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
| 261 | + | |
| 262 | + | |
263 | 263 | | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
| 264 | + | |
| 265 | + | |
269 | 266 | | |
270 | | - | |
271 | | - | |
272 | | - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
273 | 270 | | |
274 | 271 | | |
275 | 272 | | |
| |||
0 commit comments