Change Hash syntax to be consistent with other tests

This commit is contained in:
Tero Tasanen 2014-09-14 15:04:15 +03:00
parent d0f48e0e3c
commit 3c930433c4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ describe Oga::XML::Lexer do
end
example 'lex a upper case void element' do
lex('<BR>', html: true).should == [
lex('<BR>', :html => true).should == [
[:T_ELEM_START, nil, 1],
[:T_ELEM_NAME, "BR", 1],
[:T_ELEM_END, nil, 1]