t1300: add test for urlmatch with multiple wildcards
commit732f93440831a9253ad5b9bd16a81e25e1901f22
authorbrian m. carlson <bk2204@github.com>
Thu, 20 Feb 2020 02:24:10 +0000 (20 02:24 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Feb 2020 21:05:43 +0000 (20 13:05 -0800)
treead82d246ee2c895679a83475ec135697fda85e40
parent3fa0e046679b69ee7039a60674e9b16f83780e85
t1300: add test for urlmatch with multiple wildcards

Our urlmatch code handles multiple wildcards, but we don't currently
have a test that checks this code path. Add a test that we handle this
case correctly to avoid any regressions.

Signed-off-by: brian m. carlson <bk2204@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1300-config.sh