Opened 16 years ago

Closed 16 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)

6721_tests.diff (4.1 KB ) - added by Chris Beaven 16 years ago.

Download all attachments as: .zip

Change History (4)

by Chris Beaven, 16 years ago

Attachment: 6721_tests.diff added

comment:1 by Chris Beaven, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 16 years ago

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.

comment:3 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [6729]) Added tests and a small optimisation for [6721]. Thanks SmileyChris. Fixed #6049

Note: See TracTickets for help on using tickets.
Back to Top