o
    .d	                  
   @   sX   d Z ddlmZ eddddddedd	dddded
dddddeddddddgZdS )z,Golden tests cases for testing illegal tags.    )Casezunknown tagz{% nosuchthing %} T)descriptiontemplateexpecterrorstrictzno addition operatorz{% assign x = 1 + 2 %}{{ x }}zno subtraction operatorz{% assign x = 1 - 2 %}{{ x }}zno multiplication operatorz{% assign x = 2 %}{{ x * 3 }}N)__doc__liquid.golden.caser   cases r   r   M/var/www/Matress/matenv/lib/python3.10/site-packages/liquid/golden/illegal.py<module>   s>    