test/unit/text_cleaning_test.rb in jakal-0.1.96 vs test/unit/text_cleaning_test.rb in jakal-0.2.0

- old
+ new

@@ -73,10 +73,10 @@ function nofunction(){var bob;} </script> <p> some para stuff here </p> some end stuff here HTML - result = Jkl::Text::clean input + result = Jkl::Text::plain_text(input) assert result == "the cat sat on the mat" end end end \ No newline at end of file