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

Ticket #10364 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

[PATCH] Fix SanitizerTest

Reported by: chuyeow Assigned to: david
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords:
Cc:

Description

Quick patch for test that broke after r8269.

I took the liberty of using a more commonly used HTML tag (blockquote) and adding another test to make it clearer that #sanitize can take an :attributes option for including any custom tags.

Attachments

sanitizer_tests_fix.diff (0.8 kB) - added by chuyeow on 12/05/07 01:39:28.

Change History

12/05/07 01:39:28 changed by chuyeow

  • attachment sanitizer_tests_fix.diff added.

12/05/07 02:07:41 changed by josh

  • owner changed from core to david.

+1

12/05/07 02:34:39 changed by david

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

(In [8271]) Fix broken test (closes #10364) [chuyeow]