mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Compare commits
1 Commits
StrainerTe
...
allow-whit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5153ad1a78 |
@@ -6,6 +6,9 @@ class VariableUnitTest < Minitest::Test
|
||||
def test_variable
|
||||
var = Variable.new('hello')
|
||||
assert_equal VariableLookup.new('hello'), var.name
|
||||
|
||||
var = Variable.new('hello[goodbye ]')
|
||||
assert_equal VariableLookup.new('hello[goodbye]'), var.name
|
||||
end
|
||||
|
||||
def test_filters
|
||||
|
||||
Reference in New Issue
Block a user