mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
fix quirky negative sign expression markup parsing
This commit is contained in:
@@ -57,7 +57,8 @@ module Liquid
|
||||
'true' => true,
|
||||
'false' => false,
|
||||
'blank' => '',
|
||||
'empty' => ''
|
||||
'empty' => '',
|
||||
'-' => VariableLookup.parse("-")
|
||||
}.freeze
|
||||
|
||||
DOT = ".".ord
|
||||
|
||||
Reference in New Issue
Block a user