pulumi/pkg/compiler/testdata
joeduffy e137837455 Revert back to T[], instead of []T, for array syntax
This change reverts the syntax for arrays back to T[] from []T.  The main
reason is that YAML doesn't permit unquoted strings beginning with [], meaning
any array type needs to be quoted as in "[]T", which is annoying compared to all
other primitive types which don't require quotes.  And, anyway, this syntax is
more familiar too.

I've also added a number of tests.
2016-12-07 13:24:05 -08:00
..
binder Introduce intrinsic types 2016-12-05 13:46:18 -08:00
compiler Clean up workspace file naming 2016-11-29 20:07:27 -08:00
parser/bad__primitives Revert back to T[], instead of []T, for array syntax 2016-12-07 13:24:05 -08:00
Muspace.yaml Clean up workspace file naming 2016-11-29 20:07:27 -08:00