Running tests for Haml master today resulted in a bunch of strange errors.I've narrowed it down to :redcloth and :textile filter output.
This is because I've run gem update in the past and received the RedCloth 4.0 upgrade: http://www.rubyinside.com/redcloth-4-released-962.html RedCloth 4 is recommended by _why as a replacement for old (and slow) versions of RedCloth. The most significant change is that it doesn't try to support Markdown anymore. Other minor changes in output are that it now outputs less whitespace than before. Haml filters tests started failing because they relied too heavily on RedCloth output. I've made a patch that: - changes :markdown filter not to use RedCloth library - takes out :redcloth and :textile sections from filters.haml test template because their output varies depending on whether RedCloth 3 or 4 is installed on the system - puts back a minimal unit test that ensures :redcloth is processed - fixes the filter class name reported in the exception when the requirement couldn't be loaded Patch is attached. Thanks, # Mislav --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
redcloth.patch
Description: Binary data
