Commit 0f19df8a authored by Matthew Holt's avatar Matthew Holt

Keep tests deterministic

parent ee5c842c
......@@ -23,10 +23,9 @@ var tests = []struct {
caddyfile: `host1:, host2: {
dir abc {
def ghi
jklmnop
}
}`,
json: `[{"hosts":["host1:","host2:"],"body":{"dir":["abc",{"def":["ghi"],"jklmnop":null}]}}]`,
json: `[{"hosts":["host1:","host2:"],"body":{"dir":["abc",{"def":["ghi"]}]}}]`,
},
{ // 3
caddyfile: `host1:1234, host2:5678 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment