Remove call to reset_native in Lexer#lex
This commit is contained in:
parent
dc30b8b6c1
commit
59d2b8c2bc
|
@ -147,8 +147,6 @@ module Oga
|
||||||
tokens << [type, value, line]
|
tokens << [type, value, line]
|
||||||
end
|
end
|
||||||
|
|
||||||
reset_native
|
|
||||||
|
|
||||||
tokens
|
tokens
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue