1--TEST--
2dynamic test
3--TEMPLATE--
4{{ 'bar' is test_bar ? '1' :'0' }}
5{{ 'foo' is test_foo ? '1' :'0' }}
6{{ 'bar' is test_foo ? '1' :'0' }}
7{{ 'foo' is test_bar ? '1' :'0' }}
8--DATA--
9return []
10--EXPECT--
111
121
130
140
15