Optimize TextNodes

This commit is contained in:
Fabien Potencier
2024-01-10 20:22:00 +01:00
parent b4c3c1c448
commit c44bd1ff62
2 changed files with 43 additions and 3 deletions
-3
View File
@@ -223,9 +223,6 @@ class ExpressionParserTest extends TestCase
public function getTestsForString()
{
return [
[
'{{ "foo" }}', new ConstantExpression('foo', 1),
],
[
'{{ "foo #{bar}" }}', new ConcatBinary(
new ConstantExpression('foo ', 1),