summaryrefslogtreecommitdiff
path: root/test/char_lit.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+3
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+43
2011-09-13Imported Upstream version 60Ondřej Surý1-43/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-4/+3
2010-06-08fix build: invalid character literalsRuss Cox1-6/+6
R=r CC=golang-dev http://codereview.appspot.com/1631041
2009-08-17fix up some irregular indentationRob Pike1-32/+32
R=rsc OCL=33382 CL=33391
2009-05-08move things out of sys into os and runtimeRuss Cox1-2/+4
R=r OCL=28569 CL=28573
2009-01-16casify, cleanup sysRuss Cox1-2/+2
R=r OCL=22978 CL=22984
2008-08-11fix bug depot:Rob Pike1-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
2008-06-27export sys.exitRob Pike1-3/+3
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 Pike1-25/+32
SVN=121614
2008-05-08- changed literal syntax to use the convert notationRobert Griesemer1-2/+3
- 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 Griesemer1-3/+2
no (optional) UTF-8 marker present. SVN=113931
2008-03-26- new directory structureRobert Griesemer1-0/+35
SVN=113851