Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10511 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Add tests for html_escape, and remove an unneeded backslash

Reported by: fxn Assigned to: core
Priority: low Milestone: 2.x
Component: ActionPack Version: edge
Severity: minor Keywords:
Cc:

Description

html_escape lacks tests, and uses an unneeded backslash in the regexp.

Attachments

add_tests_for_html_escape_and_remove_redundant_backslash.diff (1.4 kB) - added by fxn on 12/15/07 18:34:05.

Change History

12/15/07 18:34:05 changed by fxn

  • attachment add_tests_for_html_escape_and_remove_redundant_backslash.diff added.

12/16/07 23:53:49 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [8422]) Add tests for html_escape, and remove an unneeded backslash (closes #10511) [fxn]