liquid
liquid copied to clipboard
Variable was not properly terminated with regexp: /\}\}/
Not sure if this is Liquid or Shopify throwing this error.
This code:
{{ image | image_url: width: '{width}' }}
Sends this error:
Variable '{{ image | image_url: width: '{width}' was not properly terminated with regexp: /\}\}/
Getting this problem as well when trying to implement a regex matcher.
Trying to replace a part of a string with another string using this template:
Liquid::Template.parse("{{ str | replace: '{}', '[]'")
Getting the same error
Liquid syntax error: Variable '{{ str | replace: '{}' was not properly terminated with regexp: /\}\}/ (Liquid::SyntaxError)