mirror of
https://github.com/kemko/liquid.git
synced 2026-01-08 19:25:40 +03:00
wip
This commit is contained in:
@@ -11,7 +11,7 @@ class VariableTest < Test::Unit::TestCase
|
||||
def test_filters
|
||||
var = Variable.new('hello | textileze')
|
||||
assert_equal 'hello', var.name
|
||||
# assert_equal [["textileze",[]]], var.filters
|
||||
assert_equal [["textileze",[]]], var.filters
|
||||
|
||||
var = Variable.new('hello | textileze | paragraph')
|
||||
assert_equal 'hello', var.name
|
||||
|
||||
Reference in New Issue
Block a user