You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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!()!
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:
The text was updated successfully, but these errors were encountered: