mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
refactor Lexer to only take StringScanner
This commit is contained in:
@@ -85,6 +85,6 @@ class ParserUnitTest < Minitest::Test
|
||||
private
|
||||
|
||||
def new_parser(str)
|
||||
Parser.new(str, StringScanner.new(""))
|
||||
Parser.new(StringScanner.new(str))
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user