Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
caddy
Commits
0f19df8a
Commit
0f19df8a
authored
9 years ago
by
Matthew Holt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Keep tests deterministic
parent
ee5c842c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
caddy/caddyfile/json_test.go
caddy/caddyfile/json_test.go
+1
-2
No files found.
caddy/caddyfile/json_test.go
View file @
0f19df8a
...
...
@@ -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 {
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment