summaryrefslogtreecommitdiff
path: root/test/initcomma.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-4/+4
2009-02-13convert composite literals from { } to ( ).Russ Cox1-4/+4
2009-01-06fixed and added more testsKen Thompson1-3/+20
2008-12-20fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike1-1/+1
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-10-14allow trailing comma in braced initialized listRuss Cox1-0/+17