remove Expression2 strscan workaround

This commit is contained in:
Michael Go
2025-01-10 14:23:57 -04:00
parent 7c9b77e8cf
commit 97cada61f9
4 changed files with 11 additions and 169 deletions
-2
View File
@@ -57,7 +57,6 @@ class ExpressionTest < Minitest::Test
def test_expression_cache
skip("Liquid-C does not support Expression caching") if defined?(Liquid::C) && Liquid::C.enabled
skip("Expression Caching is only available with Expression2") if Liquid::Expression != Liquid::Expression2
cache = LruRedux::Cache.new(10)
template = <<~LIQUID
@@ -79,7 +78,6 @@ class ExpressionTest < Minitest::Test
def test_disable_expression_cache
skip("Liquid-C does not support Expression caching") if defined?(Liquid::C) && Liquid::C.enabled
skip("Expression Caching is only available with Expression2") if Liquid::Expression != Liquid::Expression2
template = <<~LIQUID
{% assign x = 1 %}