Add source migration support for all builtin tags

This commit is contained in:
Dylan Thacker-Smith
2022-11-24 11:05:14 -05:00
parent 12f11876dd
commit 871336753e
25 changed files with 324 additions and 28 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ class MigrateUnitTest < Minitest::Test
LIQUID
expect = <<~LIQUID
{% liquid
assign a = 1
assign a = 1
assign a = b
%}
LIQUID