test/helpers/test_html_escape.rb in nanoc-4.0.0b2 vs test/helpers/test_html_escape.rb in nanoc-4.0.0b3

- old
+ new

@@ -1,6 +1,4 @@ -# encoding: utf-8 - class Nanoc::Helpers::HTMLEscapeTest < Nanoc::TestCase include Nanoc::Helpers::HTMLEscape def test_html_escape_with_string assert_equal('&lt;', html_escape('<'))