summaryrefslogtreecommitdiff
path: root/src/pkg/template/template_test.go
AgeCommit message (Expand)AuthorFilesLines
2011-09-13Imported Upstream version 60Ondřej Surý1-806/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-0/+43
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-51/+135
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-11/+30
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-110/+185
2010-04-26template: fix handling of pointer inside interfaceRuss Cox1-0/+7
2010-04-21json: Marshal, Unmarshal using new scannerRuss Cox1-1/+1
2010-03-19template: fixed html formatter bug where it would turn a []byteAndrew Gerrand1-0/+11
2010-03-10template: add ParseFile, MustParseFile, and associated testsAndrew Gerrand1-1/+13
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-1/+1
2010-02-26Fix a couple of bugs referencing data values in template.Micah Stetson1-0/+13
2010-02-25strings: delete Runes, BytesRuss Cox1-2/+1
2010-02-24gofmt: don't print ()'s around function-typed results (not needed anymore)Robert Griesemer1-1/+1
2010-01-15template: look inside interface valuesRuss Cox1-0/+20
2010-01-08Rewrite tokenizer to clean up and fix a bug with spaces before delimited block.Rob Pike1-1/+23
2009-12-24implement .repeats for maps.Rob Pike1-1/+17
2009-12-16add the ability to invoke niladic single-valued methods in templates.Rob Pike1-0/+17
2009-12-151) Change default gofmt default settings forRobert Griesemer1-97/+97
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-72/+72
2009-11-30template: two bug fixes / nitsRuss Cox1-0/+9
2009-11-24Change to container/vector interface:Robert Griesemer1-1/+1
2009-11-19Map support for template.Execute().James Meneghello1-0/+42
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-3/+3
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-19/+19
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-1/+3
2009-11-05gofmt-ify strings, templateRobert Griesemer1-72/+72
2009-11-02fix buildRob Pike1-1/+1
2009-10-27files that are okay from the last gofmt roundRuss Cox1-3/+1
2009-10-08more lgtm files from gofmtRuss Cox1-67/+67
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike1-8/+8
2009-09-17unused importsRuss Cox1-2/+0
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-8/+8
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-09-01template:Russ Cox1-0/+19
2009-08-29Fix .alternates execution: it was skipping every second token.David Symonds1-0/+11
2009-08-26template: Support iterables for repeated fields.David Symonds1-44/+68
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
2009-07-31add test of invariant in findVarRob Pike1-0/+23
2009-07-30dotted namesRob Pike1-0/+11
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-4/+5
2009-06-09mv src/lib to src/pkgRob Pike1-0/+331