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