Files
liquidjs/test
Yang Jun df943f471e fix: round negative half away from zero to match Ruby/Shopify behavior
Math.round(-2.5) returns -2 in JS (toward zero), but Ruby rounds to -3 (away from zero). Use sign-preserving abs+round to match Shopify Liquid.

Closes #871

Made-with: Cursor
2026-04-08 00:44:50 +08:00
..