mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
Merge branch 'master' into dont_render_blank_blocks
Conflicts: lib/liquid/tags/cycle.rb lib/liquid/tags/increment.rb
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ module Liquid
|
||||
|
||||
begin
|
||||
# If we get an Interrupt that means the block must stop processing. An
|
||||
# Interrupt is any command that stops block execution such as {% break %}
|
||||
# Interrupt is any command that stops block execution such as {% break %}
|
||||
# or {% continue %}
|
||||
if token.is_a? Continue or token.is_a? Break
|
||||
context.push_interrupt(token.interrupt)
|
||||
|
||||
Reference in New Issue
Block a user