Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test case fixed
  • Loading branch information
minad committed May 3, 2011
1 parent 1cac2f2 commit ad8ce63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/html/test_fast.rb
Expand Up @@ -17,7 +17,7 @@
end

it 'should compile html comment' do
@html.call([:html, :comment, 'test']).should.equal [:multi, [:static, "<!--"], "test", [:static, "-->"]]
@html.call([:html, :comment, [:static, 'test']]).should.equal [:multi, [:static, "<!--"], [:static, "test"], [:static, "-->"]]
end

it 'should compile autoclosed html tag' do
Expand Down

0 comments on commit ad8ce63

Please sign in to comment.