Shopify / liquid

Liquid markup language. Safe, customer facing template language for flexible web apps.
https://shopify.github.io/liquid/
MIT License
11.1k stars 1.39k forks source link

Liquid::Utils has no tests #1156

Open shopmike opened 5 years ago

shopmike commented 5 years ago

There are many filters relying on Liquid::Utils methods such as to_number, to_date etc however there are no tests covering these methods and their expected behavior.

alebruck commented 5 years ago

I'm working on #1156.

shopmike commented 5 years ago

Awesome work! looking forward to seeing this. 🥇