Revert "Merge pull request #185 from ISSIntel/liquid-utf8"

This reverts commit c5dfcd29b0, reversing
changes made to f7d1e1d0c1.
This commit is contained in:
Tom Burns
2013-05-20 19:53:13 -04:00
parent 690b3ff27f
commit 8913a5615a
13 changed files with 9 additions and 50 deletions
-4
View File
@@ -7,10 +7,6 @@ class CaptureTest < Test::Unit::TestCase
assert_template_result("test string", "{% capture 'var' %}test string{% endcapture %}{{var}}", {})
end
def test_captures_block_content_in_utf8_variable
assert_template_result("test string", "{% capture var\u6000 %}test string{% endcapture %}{{var\u6000}}", {})
end
def test_capture_to_variable_from_outer_scope_if_existing
template_source = <<-END_TEMPLATE
{% assign var = '' %}