mirror of
https://github.com/Shopify/liquid.git
synced 2025-12-04 00:00:26 -05:00
Update reference
I updated this test to reflect a more accurate version of lyrics used to demonstrate the ability to embed multiple variables within a liquid template. The origin of these lyrics most think are from [Mr. Slim](https://www.youtube.com/watch?v=FMrIy9zm7QY&t) but those were in fact sampled from the [Vinyl Dogs](https://www.youtube.com/watch?v=cx_C2Z8uXck).
This commit is contained in:
parent
2515f3be09
commit
7fc2091a2d
@ -33,7 +33,7 @@ class BlockUnitTest < Minitest::Test
|
||||
end
|
||||
|
||||
def test_variable_many_embedded_fragments
|
||||
template = Liquid::Template.parse(" {{funk}} {{so}} {{brother}} ")
|
||||
template = Liquid::Template.parse(" {{funk}} {{soul}} {{brother}} ")
|
||||
assert_equal(7, template.root.nodelist.size)
|
||||
assert_equal([String, Variable, String, Variable, String, Variable, String],
|
||||
block_types(template.root.nodelist))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user