#24056 closed Cleanup/optimization (fixed)
Syntax highlighting does not work
| Reported by: | Amine Zyad | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
The syntax highlighting does not work in this place: https://docs.djangoproject.com/en/dev/topics/testing/tools/#django.test.SimpleTestCase.client_class
Tried to look at the code and can't find anything suspicious...
Change History (5)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
Seems like the parser doesn't like a class definition formed by a single code comment (a docstring should be ok).
comment:3 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Tried it on Safari, Firefox 34 , and Chrome 39 on Mac OS X.