Deploy GitHub Pages

This commit is contained in:
Travis Bot 2020-02-20 14:14:10 +00:00
parent f7090878ba
commit 6598a88d09
6 changed files with 2168 additions and 53 deletions

View file

@ -1411,7 +1411,7 @@ See the <a href="https://github.com/google/re2/wiki/Syntax">RE2 Syntax</a> docum
<span class="err">}</span>
</code></pre></div>
<p>A request to <code class="codehilite"><span class="err">test.com/foo/bar/bar</span></code> would match the <code class="codehilite"><span class="err">^/foo/[A-Z0-9]{3}</span></code> location block instead of the longest EXACT matching path.</p>
<p>A request to <code class="codehilite"><span class="err">test.com/foo/bar/bar</span></code> would match the <code class="codehilite"><span class="err">^/foo/bar/[A-Z0-9]{3}</span></code> location block instead of the longest EXACT matching path.</p>