Fixed token position in the inline JS spec.
This commit is contained in:
parent
868df603ab
commit
f268af5bc6
|
@ -20,8 +20,8 @@ describe Oga::XML::Lexer do
|
|||
[:T_ELEM_START, nil, 1],
|
||||
[:T_ELEM_NAME, 'script', 1],
|
||||
[:T_TEXT, @javascript, 1],
|
||||
[:T_ELEM_END, nil, 1],
|
||||
[:T_COMMENT, 'foo', 1]
|
||||
[:T_COMMENT, 'foo', 1],
|
||||
[:T_ELEM_END, nil, 1]
|
||||
]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue