maliming
1 year ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
1 changed files with
1 additions and
0 deletions
-
framework/test/Volo.Abp.Core.Tests/Volo/Abp/Http/UrlHelpers_Tests.cs
|
|
|
@ -19,6 +19,7 @@ public class UrlHelpers_Tests |
|
|
|
} |
|
|
|
|
|
|
|
[Theory] |
|
|
|
[InlineData("http://sub.domain", "http://domain")] |
|
|
|
[InlineData("http://sub.domain", "http://*.domain")] |
|
|
|
[InlineData("http://sub.sub.domain", "http://*.domain")] |
|
|
|
[InlineData("http://sub.sub.domain", "http://*.sub.domain")] |
|
|
|
|