merge conflicts

This commit is contained in:
Florian Weingarten
2014-09-05 14:16:20 +00:00
parent 939365c234
commit ce06ed4bb1
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ module Liquid
end
def markup_context(markup)
"in \"#{markup.strip}\""
"in \"#{markup.strip}\""
end
end
end

View File

@@ -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