Open jg-rp opened 1 year ago
I stumbled upon the same issue, any news on this?
@jg-rp did a quick search on liquid gem's tests for "line_number" and it turns out we have to Liquid::Template.parse(template, line_numbers: true).render!()
!
Hope it helps 👋
While adding some nested
liquid
tag test cases to the golden liquid test suite, I was getting errors like this:Adding
line_numbers: true
toLiquid::Template.parse
solved the problem.This is can be reproduced with the following: