Repro Steps
- Create a page with the text
(( \{ works: 1, fails: -1 \} )).
- Render it
Expected: Both keys are N-colored, both values are V-colored
Actual: Only the non-negative key is colored
Impact
This is inconsistent with the game client's autocoloring and looks quite odd.
Repro Steps
(( \{ works: 1, fails: -1 \} )).Note
The page on
#db.f(..).sort()currently has text of this form.Expected: Both keys are
N-colored, both values areV-coloredActual: Only the non-negative key is colored
Impact
This is inconsistent with the game client's autocoloring and looks quite odd.