You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think the /foo-.json in line 9 matches the /foo-{suffix:[a-z]{2,3}}.json in line 3.
because "" does not satisfy [a-z]{2,3}.or what is the original purpose of this design.
this question is similar to #609.
The text was updated successfully, but these errors were encountered:
in mux_test.go#L1469
I don't think the
/foo-.json
in line 9 matches the/foo-{suffix:[a-z]{2,3}}.json
in line 3.because "" does not satisfy
[a-z]{2,3}
.or what is the original purpose of this design.this question is similar to #609.
The text was updated successfully, but these errors were encountered: