| Age | Commit message (Collapse) | Author | Lines |
|
This generates more consistent HTML for these RefKeyWord combinations.
Before:

After:

|
|
It was marking them up as `<span class="op">=</span><span class="op">></span>`,
which is bloaty and wrong.
|
|
|
|
|
|
|
|
It's a unit-test in a sense that it only checks syntax highlighting.
However, the resulting HTML is written to disk and can be easily
inspected in the browser.
To update the test, run with `--bless` argument or set
`UPDATE_EXPEC=1` env var
|