Commit 31e610a4 authored by Geoff Simmons's avatar Geoff Simmons

Bugfix capturing the output of vcl.list.

parent 7303e9c2
...@@ -495,7 +495,7 @@ var ( ...@@ -495,7 +495,7 @@ var (
"cooling": Cooling, "cooling": Cooling,
} }
vclMain = regexp.MustCompile( vclMain = regexp.MustCompile(
`^(\w+)\s+(\w+)(?:/|\s+)(\w+)\s+(?:\d+|-)\s+(\S+)`) `^(\w+)\s+(\w+)(?:/|\s+)(\w+)\s+(\d+|-)\s+(\S+)`)
vclLbls = regexp.MustCompile(`->\s+(\S+)\s+\((\d+)`) vclLbls = regexp.MustCompile(`->\s+(\S+)\s+\((\d+)`)
vclLblRefs = regexp.MustCompile(`(\d+)\s+labels?\)\s*$`) vclLblRefs = regexp.MustCompile(`(\d+)\s+labels?\)\s*$`)
) )
......
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