mirror of
https://github.com/kemko/liquid.git
synced 2026-01-05 01:35:41 +03:00
Remove comment about stripping split results.
This commit is contained in:
@@ -41,7 +41,6 @@ class StandardFiltersTest < Test::Unit::TestCase
|
||||
|
||||
def test_strip
|
||||
assert_equal ['12','34'], @filters.split('12~34', '~')
|
||||
# TODO: should it remove middle spaces?
|
||||
assert_equal ['A? ',' ,Z'], @filters.split('A? ~ ~ ~ ,Z', '~ ~ ~')
|
||||
assert_equal ['A?Z'], @filters.split('A?Z', '~')
|
||||
# Regexp works although Liquid does not support.
|
||||
|
||||
Reference in New Issue
Block a user