Open shopmike opened 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.
to_number
to_date
I'm working on #1156.
Awesome work! looking forward to seeing this. 🥇
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.