Commit 2a871ac1 authored by Geoff Simmons's avatar Geoff Simmons

whitespace triviality

parent faf6807b
...@@ -852,7 +852,7 @@ varnish v1 -vcl { ...@@ -852,7 +852,7 @@ varnish v1 -vcl {
(?: [0-9a-f]{1,4} | # 1-4 hex digits or (?: [0-9a-f]{1,4} | # 1-4 hex digits or
(?(1)0 | () ) ) # if null previously matched, fail; else null (?(1)0 | () ) ) # if null previously matched, fail; else null
: # followed by colon : # followed by colon
){1,7} # end item; 1-7 of them required ){1,7} # end item; 1-7 of them required
[0-9a-f]{1,4} $ # final hex number at end of string [0-9a-f]{1,4} $ # final hex number at end of string
(?(1)|.) # check that there was an empty component (?(1)|.) # check that there was an empty component
"}); "});
......
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