Hi
I'm wondering if anyone has the white_list plugin by Rick passing tests. It seems to be working but a lot of the tests call for something like
assert_equal white_list( text ), text
but the HTML attributes seem to go through a Hash and their order is the junked so the tests don't pass.
I'm I doing something wrong or is this usual?
Cheers Dan