Shopify / liquid-c

Liquid performance extension in C.
MIT License
119 stars 24 forks source link

remove invalid UTF-8 byte seqeunce tests #220

Closed ggmichaelgo closed 5 months ago

ggmichaelgo commented 5 months ago

What are you trying to solve?

Liquid has been update to no longer accept templates with invalid UTF-8 byte sequence.(Liquid Update PR)

Therefore, we can remove the unit tests that were testing with invalid byte sequence templates.