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]
|
||||
end
|
||||
|
||||
reset_native
|
||||
|
||||
tokens
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue