summaryrefslogtreecommitdiff
path: root/caddyconfig/caddyfile/parse_test.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-09-16 11:04:18 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-09-16 11:04:18 -0600
commitd030bfdae065c8776e8ac14c0a28f725ec05145c (patch)
tree722a4e4b11993e9eb23664d4e49e87df6c5aa9ed /caddyconfig/caddyfile/parse_test.go
parentdb4c73dd58b496f2c0c49a38f6c8b5f525456e3e (diff)
httpcaddyfile: static_response -> respond; minor cleanups
Diffstat (limited to 'caddyconfig/caddyfile/parse_test.go')
-rwxr-xr-xcaddyconfig/caddyfile/parse_test.go2
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"}