liquid icon indicating copy to clipboard operation
liquid copied to clipboard

Fix whitespace control

Open jamslinger opened this issue 9 months ago • 1 comments

Checklist

  • [x] I have read the contribution guidelines.
  • [x] make test passes.
  • [x] make lint passes.
  • [x] New and changed code is covered by tests.
  • [ ] Performance improvements include benchmarks.
  • [x] Changes match the documented (not just the implemented) behavior of Shopify.

Instead of keeping trimming flags on all tokens, introduce explicit trim tokens: TrimLeftTokenType and TrimRightTokenType, trimWriter configuration is then triggere via (n *TrimNode) render.

jamslinger avatar May 01 '24 10:05 jamslinger

fixes: https://github.com/osteele/liquid/issues/79

jamslinger avatar May 01 '24 10:05 jamslinger