mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
cycle test coverage
This commit is contained in:
@@ -13,7 +13,7 @@ module Liquid
|
||||
# <div class="green"> Item five</div>
|
||||
#
|
||||
class Cycle < Tag
|
||||
SimpleSyntax = /^#{QuotedFragment}/
|
||||
SimpleSyntax = /^#{QuotedFragment}+/
|
||||
NamedSyntax = /^(#{QuotedFragment})\s*\:\s*(.*)/
|
||||
|
||||
def initialize(tag_name, markup, tokens)
|
||||
|
||||
Reference in New Issue
Block a user