moby--moby/builder/parser
Sebastiaan van Stijn 9e63b0d0f9 cleanup: simplify parser_test
parser_test only needed the directory-names for
the tests to run. This replaces f.Readdir() with
f.Readdirnames() to only return the names.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2015-03-10 00:55:00 +01:00
..
dumper builder/parser/dumper: Handle newlines appropriately. 2014-09-11 06:00:24 -07:00
testfiles Merge pull request #9826 from icecrime/8318_whitespace_add_copy 2015-01-19 18:37:53 -05:00
testfiles-negative Add support for no-arg commands in Dockerfile 2015-02-08 03:36:49 -08:00
json_test.go Adjust builder to validate that JSON in Dockerfiles are arrays of strings and nothing else to match how we describe them to people (and what all our existing tests already assumed) 2015-01-05 14:31:05 -07:00
line_parsers.go Add support for no-arg commands in Dockerfile 2015-02-08 03:36:49 -08:00
parser.go builder/parser: Make use of builder/command 2015-02-11 23:54:41 -08:00
parser_test.go cleanup: simplify parser_test 2015-03-10 00:55:00 +01:00
utils.go Add support for no-arg commands in Dockerfile 2015-02-08 03:36:49 -08:00