pulumi/pkg/compiler
joeduffy e2d04f7754 Add tests for parse tree validation
This adds a few tests for parse tree validation, and further restructures
the existing test logic.  The common_test.go file now contains helper methods
common to all tests in the mu/compiler package.  I've also adopted a naming
convention for the testdata/ directory to keep some sanity; namely, each
directory uses "(good|bad)_testname[_seqnum]" as a naming scheme.
2016-11-16 10:02:34 -08:00
..
testdata Add tests for parse tree validation 2016-11-16 10:02:34 -08:00
binder.go Prepare for semantic analysis 2016-11-16 09:29:44 -08:00
common_test.go Add tests for parse tree validation 2016-11-16 10:02:34 -08:00
compiler.go Prepare for semantic analysis 2016-11-16 09:29:44 -08:00
compiler_test.go Add tests for parse tree validation 2016-11-16 10:02:34 -08:00
context.go Prepare for semantic analysis 2016-11-16 09:29:44 -08:00
doc.go Prepare for semantic analysis 2016-11-16 09:29:44 -08:00
opts.go Print relative filenames in errors 2016-11-15 18:00:43 -08:00
parser.go Prepare for semantic analysis 2016-11-16 09:29:44 -08:00
parsetree.go Check Stack semantic version numbers for correctness 2016-11-16 10:00:52 -08:00
parsetree_test.go Add tests for parse tree validation 2016-11-16 10:02:34 -08:00