Skip to content

Commit 0d88a56

Browse files
committed
add case
1 parent 4684c68 commit 0d88a56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/Extension/Attributes/Util/AttributesHelperTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public static function dataForTestParseAttributes(): iterable
105105
// Avoid mustache style templating language being parsed as attributes
106106
yield [new Cursor('{{ foo }}'), [], '{{ foo }}'];
107107
yield [new Cursor(' {{ foo }}'), [], ' {{ foo }}'];
108+
yield [new Cursor('{ foo }}'), [], '{ foo }}'];
108109
}
109110

110111
/**

0 commit comments

Comments
 (0)