Security update to Drupal 8.4.6
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / regression / multi_word_tests.test
1 --TEST--
2 Twig allows multi-word tests without a custom node class
3 --TEMPLATE--
4 {{ 'foo' is multi word ? 'yes' : 'no' }}
5 {{ 'foo bar' is multi word ? 'yes' : 'no' }}
6 --DATA--
7 return array()
8 --EXPECT--
9 no
10 yes