mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
fix typo
This commit is contained in:
@@ -6,6 +6,7 @@ class TokenizerTest < Minitest::Test
|
||||
def test_tokenize_strings
|
||||
assert_equal([' '], tokenize(' '))
|
||||
assert_equal(['hello world'], tokenize('hello world'))
|
||||
assert_equal(['{}'], tokenize('{}'))
|
||||
end
|
||||
|
||||
def test_tokenize_variables
|
||||
|
||||
Reference in New Issue
Block a user