Open GoogleCodeExporter opened 9 years ago
Conditionals inside the variables dictionary don't work either, e.g.
'variables': {
'somelist': ['foo', 'bar', 'baz'],
'conditions': [
['1==1', {
'somelist!': ['foo']
}]
]
}
Original comment by yoz@chromium.org
on 9 Oct 2013 at 9:12
Original issue reported on code.google.com by
yoz@chromium.org
on 9 Oct 2013 at 8:42