test/test_emitter.rb in tickly-2.1.6 vs test/test_emitter.rb in tickly-2.1.7

- old
+ new

@@ -11,10 +11,10 @@ def test_emitter_be assert_equal [:b, "2", "2"], se("2", "2") end - def test_emitter_be + def test_emitter_be_with_subexpression assert_equal [:b, [:c,"2", "2"]], se(le("2", "2")) end end \ No newline at end of file