docs/builder/parser
Tianon Gravi f6cb1ea85a Simplify builder TestTestData slightly by using ioutil.ReadFile instead of os.Open+ioutil.ReadAll
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
2015-01-02 22:38:52 -07:00
..
dumper builder/parser/dumper: Handle newlines appropriately. 2014-09-11 06:00:24 -07:00
testfiles Simplify builder ast.Dump by using strconv.Quote instead of a custom QuoteString function (the only change to existing files is literal tabs becoming \t, but future files may use nonprintable characters and the like now) 2015-01-02 22:36:58 -07:00
testfiles-negative Add support for ENV of the form: ENV name=value ... 2014-11-20 09:54:28 -08:00
line_parsers.go Add support for ENV of the form: ENV name=value ... 2014-11-20 09:54:28 -08:00
parser.go Add support for ENV of the form: ENV name=value ... 2014-11-20 09:54:28 -08:00
parser_test.go Simplify builder TestTestData slightly by using ioutil.ReadFile instead of os.Open+ioutil.ReadAll 2015-01-02 22:38:52 -07:00
utils.go Simplify builder ast.Dump by using strconv.Quote instead of a custom QuoteString function (the only change to existing files is literal tabs becoming \t, but future files may use nonprintable characters and the like now) 2015-01-02 22:36:58 -07:00