mirror of
https://github.com/kemko/liquid.git
synced 2026-01-03 08:45:42 +03:00
Remove obsolete comment
This commit is contained in:
@@ -62,7 +62,7 @@ module Liquid
|
||||
|
||||
@filters = []
|
||||
p = Parser.new(markup)
|
||||
# Could be just filters with no input
|
||||
|
||||
@name = Expression.parse(p.expression)
|
||||
while p.consume?(:pipe)
|
||||
filtername = p.consume(:id)
|
||||
|
||||
Reference in New Issue
Block a user