mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
merge conflicts
This commit is contained in:
@@ -25,7 +25,7 @@ module Liquid
|
|||||||
end
|
end
|
||||||
|
|
||||||
def markup_context(markup)
|
def markup_context(markup)
|
||||||
"in \"#{markup.strip}\""
|
"in \"#{markup.strip}\""
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -105,7 +105,6 @@ module Liquid
|
|||||||
def parse(source, options = {})
|
def parse(source, options = {})
|
||||||
@options = options
|
@options = options
|
||||||
@profiling = options[:profile]
|
@profiling = options[:profile]
|
||||||
@profiling = options.delete(:profile)
|
|
||||||
@line_numbers = options.delete(:line_numbers)
|
@line_numbers = options.delete(:line_numbers)
|
||||||
@root = Document.parse(tokenize(source), DEFAULT_OPTIONS.merge(options))
|
@root = Document.parse(tokenize(source), DEFAULT_OPTIONS.merge(options))
|
||||||
@warnings = nil
|
@warnings = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user