mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-18 05:22:27 +00:00
Optimize TextNodes
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user