mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 00:40:40 -07:00
The regex was using \S+ to match the comma between the filters arguments, but would continue to match idependent quote characters and filter separators. This can result in multiple filters being interpreted as a single one with many arguments.