diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2019-09-16 11:04:18 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2019-09-16 11:04:18 -0600 |
commit | d030bfdae065c8776e8ac14c0a28f725ec05145c (patch) | |
tree | 722a4e4b11993e9eb23664d4e49e87df6c5aa9ed /caddyconfig/caddyfile | |
parent | db4c73dd58b496f2c0c49a38f6c8b5f525456e3e (diff) |
httpcaddyfile: static_response -> respond; minor cleanups
Diffstat (limited to 'caddyconfig/caddyfile')
-rwxr-xr-x | caddyconfig/caddyfile/parse_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/caddyconfig/caddyfile/parse_test.go b/caddyconfig/caddyfile/parse_test.go index d4e22cc..0168cfa 100755 --- a/caddyconfig/caddyfile/parse_test.go +++ b/caddyconfig/caddyfile/parse_test.go @@ -22,8 +22,6 @@ import ( "testing" ) -// TODO: re-enable all tests - func TestAllTokens(t *testing.T) { input := strings.NewReader("a b c\nd e") expected := []string{"a", "b", "c", "d", "e"} |