aboutsummaryrefslogtreecommitdiff
path: root/test/char_lit.go
AgeCommit message (Collapse)Author
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
Very few of the compiler regression tests include a comment saying waht they do. Many are obvious, some are anything but. I've started with a-c in the top directory. More will follow once we agree on the approach, correctness, and thoroughness here. zerodivide.go sneaked in too. R=rsc, r CC=golang-dev https://golang.org/cl/5656100
2010-09-04test: remove semiocolons.Rob Pike
The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev https://golang.org/cl/2157041
2010-06-08fix build: invalid character literalsRuss Cox
R=r CC=golang-dev https://golang.org/cl/1631041
2009-08-17fix up some irregular indentationRob Pike
R=rsc OCL=33382 CL=33391
2009-05-08move things out of sys into os and runtimeRuss Cox
R=r OCL=28569 CL=28573
2009-01-16casify, cleanup sysRuss Cox
R=r OCL=22978 CL=22984
2008-08-11fix bug depot:Rob Pike
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
2008-06-27export sys.exitRob Pike
update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173
2008-06-08Fix a few testsRob Pike
SVN=121614
2008-05-08- changed literal syntax to use the convert notationRobert Griesemer
- fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167
2008-03-26- Make Coco/R-based parser work w/ UTF-8 encoded files even if there isRobert Griesemer
no (optional) UTF-8 marker present. SVN=113931
2008-03-26- new directory structureRobert Griesemer
SVN=113851