summaryrefslogtreecommitdiff
path: root/test/char_lit.go
Commit message (Collapse)AuthorAgeFilesLines
* test: [a-c]: add introductory comments to testsRob Pike2012-02-191-1/+3
| | | | | | | | | | | | 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 http://codereview.appspot.com/5656100
* test: remove semiocolons.Rob Pike2010-09-041-4/+3
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev http://codereview.appspot.com/2157041
* fix build: invalid character literalsRuss Cox2010-06-081-6/+6
| | | | | | R=r CC=golang-dev http://codereview.appspot.com/1631041
* fix up some irregular indentationRob Pike2009-08-171-32/+32
| | | | | | R=rsc OCL=33382 CL=33391
* move things out of sys into os and runtimeRuss Cox2009-05-081-2/+4
| | | | | | R=r OCL=28569 CL=28573
* casify, cleanup sysRuss Cox2009-01-161-2/+2
| | | | | | R=r OCL=22978 CL=22984
* fix bug depot:Rob Pike2008-08-111-2/+2
| | | | | | | | | 1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
* export sys.exitRob Pike2008-06-271-3/+3
| | | | | | | update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173
* Fix a few testsRob Pike2008-06-081-25/+32
| | | | SVN=121614
* - changed literal syntax to use the convert notationRobert Griesemer2008-05-081-2/+3
| | | | | | | - fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167
* - Make Coco/R-based parser work w/ UTF-8 encoded files even if there isRobert Griesemer2008-03-261-3/+2
| | | | | | no (optional) UTF-8 marker present. SVN=113931
* - new directory structureRobert Griesemer2008-03-261-0/+35
SVN=113851