[root]/groovy/groovy-core/src/tck/test/gls/ch03/s02
* Added finishing touches to first draft of GLS $3.3
http://groovy.codehaus.org/jsr/spec/AltChapter03LexicalStructure.html#3.3
* Added Alan Green's tests for section 3.3
* Added Attribution to each TCK test thus far
5 lines of code changed in:
* added more tests for Section 3.1 and 3.2 of the GLS
9 lines of code changed in:
* Added a suite of tests and tools that make up the Groovy Technology Compatibility Kit (TCK)
- the Groovy TCK will be called during a normal groovy-core (testing) build
- modified maven.xml to call TCK sub-build that generates tests based on files in src/tck/test
- added UberTestCaseTCK.java that allows us to develop TCK tests, even if groovy-core doesn't yet pass TCK
- begun TCK itself by adding in first two sections of chapter 3 of the GLS (thanks to Alan Green for these)
(see $3.1 and $3.2 of http://groovy.codehaus.org/jsr/spec/AltChapter03LexicalStructure.html )
26 lines of code changed in: