mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 17:00:39 -07:00
wip
This commit is contained in:
@@ -10,10 +10,8 @@ module Liquid
|
||||
# @description
|
||||
# Creates a switch statement to execute a particular block of code when a variable has a specified value.
|
||||
# `case` initializes the switch statement, and `when` statements define the various conditions.
|
||||
#
|
||||
#
|
||||
# An optional `else` statement at the end of the case provides code to execute if none of the conditions are met.
|
||||
|
||||
An optional else statement at the end of the case provides code to execute if none of the conditions are met.
|
||||
class Case < Block
|
||||
Syntax = /(#{QuotedFragment})/o
|
||||
WhenSyntax = /(#{QuotedFragment})(?:(?:\s+or\s+|\s*\,\s*)(#{QuotedFragment}.*))?/om
|
||||
|
||||
Reference in New Issue
Block a user