1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

[Haml] Fix a typo.

This commit is contained in:
Nathan Weizenbaum 2010-05-29 16:08:22 -07:00
parent 721a01e253
commit 919fcf0c8d

View file

@ -1546,7 +1546,6 @@ HAML
unless Haml::Util.ruby1_8?
def test_default_encoding
assert_equal(Encoding.find("utf-8"), render(<<HAML.encode("us-ascii")).encoding)
HTML
%p bar
%p foo
HAML