Opened 18 years ago
Closed 18 years ago
#6049 closed (fixed)
Tests for changes in r6721
| Reported by: | Chris Beaven | Owned by: | nobody |
|---|---|---|---|
| Component: | Template system | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Tests for [6721] -- "Fixed an edge-case for auto-escaping: if the stringfilter decorator is used and
generates a first argument that is a safe string, make the is_safe handling
work as expect."
Changes to code without comments or tests? Gosh ;)
Attachments (1)
Change History (4)
by , 18 years ago
| Attachment: | 6721_tests.diff added |
|---|
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 18 years ago
comment:3 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Your comment additions show why none are required. They're all of the "set i to i+1" form: just rephrasing an obvious line of code in another language. Thanks for the tests, though.